Hello,
You could use the addOnUserCreate callback .
I guess something like this :

def hidePanel():
    nuke.thisNode().hideControlPanel()


nuke.addOnUserCreate(hidePanel)


Cheers,
Justin

2016-11-16 15:31 GMT+00:00 Bruno-Pierre Jobin <bpjo...@gmail.com>:

> Hello,
>
> I’d like to add a callback that acts on every nodes and sets their
> property panel NOT to show up on creation. Any idea how I should achieve
> this?
>
> Thank you_______________________________________________
> 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
>
_______________________________________________
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