strange, this works here without any issue:

n = nuke.createNode("Log2Lin")
nuke.scriptClear()
print "still there?"


alternatively, try:

n = nuke.nodes.Log2Lin()
nuke.scriptClear()
print "still there?"

++ chris


On 5/27/12 at 8:07 PM, [email protected] (Zach Lewis) wrote:

Right, so this is a little weird. I've boiled the seg
faults down to this:

nuke.createNode("Log2Lin")


One line. Try it. Clear your script, and... seg fault.
Is there another way I can create that Log2Lin node in Python? .createNode() is the only way I know how.

_______________________________________________
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