Re: [Nuke-users] Roto Shapes

2011-03-13 Thread 박대흥
Hi I’m using this way. a = nuke.nodes.NoOp() a.setName(View_All_Rotos) for i in nuke.allNodes('Roto'): b = nuke.Link_Knob('') b.setLink(root.%s.toolbox%i.name()) b.clearFlag(nuke.STARTLINE ) a.addKnob(b) i['toolbox'].setValue(0) nuke.show(a) Hope this helps. -

Re: [Nuke-users] Roto Shapes

2011-03-10 Thread Dan Walker
You're right. Just tested the old bezier and that old functionality is gone as well? Bummer! So, I'm gonna assume that functionality is gone or rather won't be added any time soon?! On Thu, Mar 10, 2011 at 12:39 PM, Deke Kincaid dekekinc...@gmail.comwrote: This is a current limitation of

Re: [Nuke-users] Roto Shapes

2011-03-10 Thread Deke Kincaid
I think it is has been requested before. Best to still send it as a feature request to support. The more votes count. -deke On Mar 10, 2011, at 13:02, Dan Walker walkerd...@gmail.com wrote: You're right. Just tested the old bezier and that old functionality is gone as well? Bummer!

Re: [Nuke-users] Roto Shapes

2011-03-10 Thread Dan Walker
On a : NukeX 6.1v2, 64 bit, built Oct 1 2010 System Version: Mac OS X 10.6.6 (10J567) Kernel Version: Darwin 10.6.0 Not sure if it's working OS specific On Thu, Mar 10, 2011 at 1:07 PM, Ivan Busquets ivanbusqu...@gmail.comwrote: It seems works for me with the old bezier.

Re: [Nuke-users] Roto Shapes

2011-03-10 Thread Howard Jones
walkerd...@gmail.com To: Nuke user discussion nuke-users@support.thefoundry.co.uk Sent: Thu, 10 March, 2011 21:27:29 Subject: Re: [Nuke-users] Roto Shapes On a : NukeX 6.1v2, 64 bit, built Oct 1 2010 System Version: Mac OS X 10.6.6 (10J567) Kernel Version: Darwin 10.6.0 Not sure