To display simple texts specially in gizmos I would refrain from using the latest Text2 class (which in my humble and insignificant opinion is crap), secondly make sure you haven't exposed the Text node knobs responsible for those osc in your gizmo panel, otherwise they will always show up in the viewer while your gizmo panel is open.
Personally I tend to avoid picking up knobs that display an osc from the gizmo internals and instead I create my own and link them trough expressions to gain better control to what is shown while the panel is open. cheers, Diogo On Fri, Mar 24, 2017 at 4:13 PM, Michael Hodges <[email protected]> wrote: > That was the first thing I thought of too Justin. It actually made sense > and I thought it would of been an interesting “hidden” feature but > unfortunately it didn’t appear to be the case. I could actually see how > that could actually be useful in some instances. > > -Gabor, I’ll play around with the flags function when I get a chance. > > > Thanks. > > Michael > > > On Mar 24, 2017, at 3:08 PM, Justin GD <[email protected]> wrote: > > Could the reason be that the Text Node's Panel is open when you export the > Gizmo ? > > Cheers, > J > > 2017-03-24 17:46 GMT+00:00 Gabor Hovanyi <[email protected]>: > >> Try setting the NO_HANDLES flag on the 'box' knob: >> text_node['box'].setFlag(0x00008000) >> >> http://www.nukepedia.com/python/some-flags >> >> On Fri, Mar 24, 2017 at 10:31 AM, Rich Bobo <[email protected]> wrote: >> >>> I would also love to know if there’s a solution to this… >>> >>> Rich >>> >>> >>> >>> > On Mar 24, 2017, at 10:09 AM, Michael Hodges <[email protected]> >>> wrote: >>> > >>> > I’ve got a gizmo that contains a text node in it’s internal tree. >>> Regardless of whether the text node is activate (or even connected in the >>> tree) it always shows the resize handle when the parent gizmo controls are >>> active in the GUI. Interestingly other nodes, including ‘transform’, do >>> not exhibit this behavior. >>> > >>> > I was actually only using the text node to generate an automated >>> error message (if needed) so I may, in the end, choose a different >>> approach. However, it would be nice to know if there was a way to disable >>> it in the display or if it could actually be a bug. >>> > >>> > >>> > Michael >>> > >>> > >>> > <ResizeHandle.jpeg> >>> > _______________________________________________ >>> > Nuke-users mailing list >>> > [email protected], http://forums.thefoundry.co.uk/ >>> > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>> >>> _______________________________________________ >>> Nuke-users mailing list >>> [email protected], http://forums.thefoundry.co.uk/ >>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>> >> >> >> _______________________________________________ >> Nuke-users mailing list >> [email protected], http://forums.thefoundry.co.uk/ >> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >> > > _______________________________________________ > Nuke-users mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users > > > > _______________________________________________ > Nuke-users mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >
_______________________________________________ Nuke-users mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
