Re: [Nuke-users] Saturation slider

2017-04-21 Thread Gabor Hovanyi
Yes and no. You could build a dummy node with controls like in the roto node for example. Unfortunately as soon as you close the node's properties you loose those knobs in the Viewer... It's fairly well documented in the NDK. Gabor > On Apr 21, 2017, at 2:37 AM, Misho Ristov

Re: [Nuke-users] Unwanted UI Resize handle with group/gizmo

2017-03-24 Thread Gabor Hovanyi
Try setting the NO_HANDLES flag on the 'box' knob: text_node['box'].setFlag(0x8000) http://www.nukepedia.com/python/some-flags On Fri, Mar 24, 2017 at 10:31 AM, Rich Bobo wrote: > I would also love to know if there’s a solution to this… > > Rich > > > > > On Mar 24, 2017,

Re: [Nuke-users] bokeh usage

2017-02-09 Thread Gabor Hovanyi
I've seen ppl fixing the halo by extending the edges first. Hacky, but works... Gabor On Thu, Feb 9, 2017 at 1:27 PM, Gabor L. Toth wrote: > Hi Nathan, thanks for the clarification! But then what is the preferred > workflow with this plugin? I assume many companies are using

Re: [Nuke-users] Hide Transform overlay inside a gizmo

2017-02-07 Thread Gabor Hovanyi
Check out the knob flag docs on nukepedia: http://www.nukepedia.com/python/some-flags NO_HANDLES might do the trick. -g On Tue, Feb 7, 2017 at 2:28 PM, adam jones wrote: > probably not the answer you are after but hit the ‘Q’’ key > > I am thinking you are looking for some

Re: [Nuke-users] create a node outside a grouped gimzo

2016-11-21 Thread Gabor Hovanyi
/ > *Instagram: @7secondstoblackInstagram: @durwood0781Skype: > darren.coombes81Twitter: @durwood81* > > On 22 Nov 2016, at 8:36 am, Gabor Hovanyi <hova...@gmail.com> wrote: > > with nuke.root(): > nuke.createNode('Reformat') > > => http://community.thefoun

Re: [Nuke-users] create a node outside a grouped gimzo

2016-11-21 Thread Gabor Hovanyi
with nuke.root(): nuke.createNode('Reformat') => http://community.thefoundry.co.uk/discussion/topic.aspx?f=190=102206 On Mon, Nov 21, 2016 at 1:24 PM, Darren Coombes wrote: > I’ve got a grouped gizmo, and i want to create a reformat node. > I’ve got it to create a

Re: [Nuke-users] Extending Nuke's Documentation

2016-06-13 Thread Gabor Hovanyi
We have a page parsing urls (javascript) and redirecting requests to our internal docs page when a proprietary node is found. Gabor On Mon, Jun 13, 2016 at 6:01 PM, Mike Frank wrote: > Hi All, > > We have some custom gizmos and tutorials we are looking to incorporate >

Re: [Nuke-users] List All read nodes

2016-02-11 Thread Gabor Hovanyi
for reads, you could use nukescripts.get_script_data() or nukescripts.get_reads() -g On Thu, Feb 11, 2016 at 10:26 AM, Gary Jaeger wrote: > Is there a way, preferably in non-gui mode, to quickly generate a list of > all read nodes, including geo, used in a script? > > Gary

Re: [Nuke-users] Nukepedia - nuBridge coming soon

2016-01-26 Thread Gabor Hovanyi
Try parsing the .nk file. Good job, btw! > On Jan 26, 2016, at 7:25 PM, Frank Rueter|OHUfx wrote: > > Yeah, but without the current nuke behaviour I don't thing there is any way > to identify the missing node classes - since there are no nodes to start with > any longer. > I