Hello,
I have a couple of custom nodes that I load at Gaffer startup using the technique described here: Gaffer Documentation.
The problem is that these nodes are loaded as references in the Graph Editor, and if the nodes are updated, renamed, or modified in any way, it can break the Gaffer script.
Is there a way to load the custom nodes as box nodes instead of reference nodes to avoid any issues?
Thx,
Seb
```
box = Gaffer.Box()
root.addChild( box )
root.executeFile( "yourReference.grf", parent = box, continueOnError = True )
```
Cheers...
John
--
You received this message because you are subscribed to the Google Groups "gaffer-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gaffer-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gaffer-dev/295eabb8-5d16-4325-b8e4-e85fa684f36en%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gaffer-dev/CAB8pVg%2BE-pYCefyMsH9W_mMmCX7Zd%2Bi-Nb9KXS3HDwYZMVfjOA%40mail.gmail.com.