Hi !

I would like to create an O_Solver node and hit the "add key" via python.
I am writing a python script to generate nuke nodes and would like to
execute them, all in python.

This question was discussed a few months and an answer was proposed by Ben
Dickson. But this works only in interactive Nuke.

solver = nuke.nodes.O_Solver3_0(inputs=[nuke.selectedNode()])
solver.showControlPanel()
solver['addAnalysisKey'].execute()


Thanks !
Dev
_______________________________________________
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