well if i run the statement doLocalise(1)  in the nuke scripteditor it ll work.

But building in this statement in a python function in a python module and then 
having code like this in a custom node with pythonbutton wont work:

##############
import xyz
xyz.doit()
##############
doit():
   doLocalise(1) 

How can i understand what functions are "really scriptable" and what functions 
are not usable in separate pythomodules?



_______________________________________________
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