Hey all, very basic optimization question! If I want to store a reference
to a few hundred nodes, and then access information from them later, should
I store the node object in my list, or store the fullName() and then grab
it later? I used sys.getsizeof(list) and the resulting size is the same
seemingly no matter what I do, so I assume Nuke is holding the actual bytes
from the list somewhere else.

Thanks!
Den
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to