This seems to work:

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

The showControlPanel line shouldn't be necessary, but only seems to work if the properties panel is open..

On 21/02/13 03:43, Vincent Langer wrote:
How to hit "Add Key"-button in the ocula solverNode via pyhonscript?

i want to create a lot of O_solver nodes automatically and directly hit
the button to add a key and calulate auto features.

how can i access this?
any clue?

cheers,
Vincent

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

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

--
ben dickson
2D TD | ben.dick...@rsp.com.au
rising sun pictures | www.rsp.com.au
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to