Re: [Nuke-python] Gizmo always adds User tab when creating new knobs!

2017-03-04 Thread Rich Bobo
Diogo, > On Mar 4, 2017, at 9:45 AM, Diogo Girondi wrote: > > Hi Rich, > > > The fundamental difference between a gizmo and a group is that a gizmo is > kept as a reference to the external file (.gizmo) with only the values for > the parameters (knobs) that were exposed when authoring being

Re: [Nuke-python] Gizmo always adds User tab when creating new knobs!

2017-03-04 Thread Diogo Girondi
Hi Rich, The fundamental difference between a gizmo and a group is that a gizmo is kept as a reference to the external file (.gizmo) with only the values for the parameters (knobs) that were exposed when authoring being stored on the nuke script (comp). So basically you can only hide/show/change

[Nuke-python] Gizmo always adds User tab when creating new knobs!

2017-03-03 Thread Rich Bobo
Hi all, I have a Group node that removes and adds knobs when a PyScript_Knob button is clicked. It works well. If I export the Group as a Gizmo, when the button is clicked, a new “User” tab gets created, putting the new knobs on the new tab. Not good. This happens even if I already have a tab n