Re: [Nuke-python] PythonObject not attached to a node

2015-08-28 Thread Nathan Dunsworth
It has to do with how nuke exposes itself to Python and how data is represented. It's not an uncommon way of doing things. When you get a python object that represents something from nuke, like a node, it's only a soft link representation. Meaning if nuke deletes the node your python object is no

Re: [Nuke-python] PythonObject not attached to a node

2015-08-28 Thread Catherine Blanco
I'm getting that a lot lately, too, and haven't found anything useful on the interwebs either. Would love to make it go away. Right now I'm resorting to ripping out chunks of Python code to try to narrow down where it's happening. P.S. Hi, Den :-) On Aug 28, 2015 2:38 PM, "Den Serras" wrote: > A