Hi Olivier,

to open the property panel:

n = nuke.selectedNode()
nuke.show(n)

if the node is inside a group put this in the button:

nuke.thisNode().begin()
nuke.show(nuke.toNode('name of node'))
nuke.thisNode().end()

But I have no idea how to close it...

On 28 July 2011 14:12, Olivier Jezequel <[email protected]>wrote:

> Hiya,
> I think i saw that question already somewhere but i couldn't find it.
> how do i open(and close) the property panel of a node from python ? I have
> a refreshing bug on some retime nodes in a gizmo that can be fixed only by
> opening there property panel.
> i am trying to create a button to force that automatically.
>
> cheers
> Olivier
> ______________________________**_________________
> Nuke-python mailing list
> Nuke-python@support.**thefoundry.co.uk<[email protected]>,
> http://forums.thefoundry.co.**uk/ <http://forums.thefoundry.co.uk/>
> http://support.thefoundry.co.**uk/cgi-bin/mailman/listinfo/**nuke-python<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

Reply via email to