Hi,

I need to trigger the autolabel callback from other callback, for example:


def onInputChangeCallback():

nuke.frame( nuke.frame() + 1 )

# this line will trigger the autolabel callback but also will change the
current frame, nuke.frame( nuke.frame() ) doesn´t work.



def autolabelCallback():

if node_input == XX:

return 'XXXX'

else:

return 'YYYY'




thanks.

J
_______________________________________________
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