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

2016-11-23 Thread Carlos Trijueque
Thanks for the explanation. I had some misconceptions about group.begin()/group.end() ___ Nuke-users mailing list Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

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

2016-11-22 Thread Ben Dickson
ic wrote: Hows the with statement working here? I was always defining group.begin and end. This looks much more elegant Von Samsung Mobile gesendet Ursprüngliche Nachricht Von: Ben Dickson <ben.dick...@rsp.com.au> Datum: 22.11.2016 3:44 (GMT+01:00) An: Nuke user discussion &

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

2016-11-22 Thread Carlos Trijueque
As far as I know they are equivalent but using the 'with' statement is more pythonic. On Tue, Nov 22, 2016, at 18:57, Igor Majdandzic wrote: > Hows the with statement working here? I was always defining group.begin > and end. This looks much more elegant

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

2016-11-22 Thread Igor Majdandzic
<nuke-users@support.thefoundry.co.uk> Betreff: Re: [Nuke-users] create a node outside a grouped gimzo "with nuke.thisParent():" would be the other way, which would also work in the (uncommon) case of working inside nested group nodes On 22/11/16 08:06, Gabor Hovanyi w

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

2016-11-21 Thread Ben Dickson
"with nuke.thisParent():" would be the other way, which would also work in the (uncommon) case of working inside nested group nodes On 22/11/16 08:06, Gabor Hovanyi wrote: with nuke.root(): nuke.createNode('Reformat') =>

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

2016-11-21 Thread Gabor Hovanyi
with nuke.root(): nuke.nodes.Reformat(resize='none') On Mon, Nov 21, 2016 at 2:06 PM, Darren Coombes wrote: > Thanks Gabor. > > Do you know how i’d also set the resize to none on creation? > I’m trying this, and it’s not working.. > > with nuke.root(): >

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

2016-11-21 Thread Darren Coombes
Thanks Gabor. Do you know how i’d also set the resize to none on creation? I’m trying this, and it’s not working.. with nuke.root(): nuke.nodes.Reformat(resize=none) Check out some of my work... www.vimeo.com/darrencoombes/reel2015 Mob: +61

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

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

2016-11-21 Thread Darren Coombes
I’ve got a grouped gizmo, and i want to create a reformat node. I’ve got it to create a reformat node, but it makes the node inside the group. Any idea how you’d get it to work so it creates it outside the group? Thanks. Check out some of my work... www.vimeo.com/darrencoombes/reel2015