i don't think that's possible (well, you could probably build a list of all the "big-strings" that you use in your production and then try to compare with that) i'm still doing the trial and error methods with python myself though, so there might be a clever thing that i'm not aware of

here's a nice trick i picked up from nathan to check which knobs you can access on a certain node:

print '\n'.join(sorted(nuke.selectedNode().knobs()))




On 5/22/12 at 5:17 AM, (andi) wrote:

pls have a look codes inside the label knob, so i want to display that info in the node's label. for quality , i can use [value quality] or in python format : [python nuke.thisNode().knob('quality').value()]

but i couldn't do the same thing for the 'depth' info. it returns error. Any idea ?

Thanx a lot.

_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to