nuke.cloneSelected() doesn't have that issue. Though you'd have to select it
via python first I guess
Cheers
Howard
________________________________
From: Justin GD <[email protected]>
To: [email protected]
Sent: Thursday, 6 June 2013, 17:20
Subject: [Nuke-python] Re: nuke.clone() inpanel problem?
Hi !
Few years later, the problem is still here. When using :
node = nuke.clone(NodetoClone, inpanel = False)
The panel is still been displayed.. However I found a solution (which might not
be the best though, but it still working). Just hide the panel:
node.hideControlPanel()
Be aware, that the panel is still been opened at the creation of the cloned
node, but immediately closed after. This may slow the process as a consequence.
If you have any better solutions I'm still interested !
Justin
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python