Re: [Nuke-users] lion - nuke compatibility

2011-08-03 Thread davi...@roadrunner.com.ph
Sent from my HTC - Reply message - From: Deke Kincaid dekekinc...@gmail.com To: Nuke user discussion nuke-users@support.thefoundry.co.uk Subject: [Nuke-users] lion - nuke compatibility Date: Wed, Aug 3, 2011 9:55 am There is a dmg inside the Lion installer file you download from the

Re: [Nuke-users] Flock

2011-08-03 Thread Ron Ganbar
Thanks Thomas! That's what I was after. Google translate to the rescue! Ron Ganbar email: ron...@gmail.com tel: +44 (0)7968 007 309 [UK] +972 (0)54 255 9765 [Israel] url: http://ronganbar.wordpress.com/ On 2 August 2011 22:36, Thomas - Mindtransplant tho...@mindtransplant.comwrote: Hi

Re: [Nuke-users] Shake's lnoise3d equivalent in Nuke?

2011-08-03 Thread Ivan Busquets
Hi David, You could probably use lerp to interpolate between values at certain points of your curve. Here's a quick and dirty example, with an overly long expression, but you get the point: set cut_paste_input [stack 0] version 6.2 v3 push $cut_paste_input NoOp { name NoOp1 selected true

[Nuke-users] Evaluating a string in Nuke expressions?

2011-08-03 Thread Xavier Bourque
Hi, I'm trying to setup a switch that turns on and off depending on the value of a shell environment variable. I can access the variable using getenv or $env, but I'm not sure how to evaluate strings in Nuke's expressions. For instance, if I want to evaluate in a switch node if the current user

Re: [Nuke-users] Evaluating a string in Nuke expressions?

2011-08-03 Thread Michael Havart
hi there, I would do it in python: [python os.getenv('USER') == 'xavierb'] return 1 if true or 0 if false. cheers, Michael On 3 August 2011 10:39, Xavier Bourque xbour...@gmail.com wrote: Hi, I'm trying to setup a switch that turns on and off depending on the value of a shell environment

Re: [Nuke-users] Evaluating a string in Nuke expressions?

2011-08-03 Thread Michael Havart
I mean evaluate a python command in the tcl expression On 3 August 2011 10:53, Michael Havart michael.hav...@gmail.com wrote: hi there, I would do it in python: [python os.getenv('USER') == 'xavierb'] return 1 if true or 0 if false. cheers, Michael On 3 August 2011 10:39, Xavier

Re: [Nuke-users] Flock

2011-08-03 Thread Ron Ganbar
Thanks all! I got it now. Ron Ganbar email: ron...@gmail.com tel: +44 (0)7968 007 309 [UK] +972 (0)54 255 9765 [Israel] url: http://ronganbar.wordpress.com/ On 3 August 2011 11:00, Pat Wong patwon...@gmail.com wrote: Here you go On 2 August 2011 21:43, Ron Ganbar ron...@gmail.com

Re: [Nuke-users] Evaluating a string in Nuke expressions?

2011-08-03 Thread Xavier Bourque
Thanks Micheal, works great! --X On Wed, Aug 3, 2011 at 7:56 PM, Michael Havart michael.hav...@gmail.comwrote: I mean evaluate a python command in the tcl expression On 3 August 2011 10:53, Michael Havart michael.hav...@gmail.com wrote: hi there, I would do it in python: [python

Re: [Nuke-users] DJV

2011-08-03 Thread Martin
Yeh. I would like the same thing. I rigged something up a while back but it was very unreliable. I miss Shake's simple flipbooks. I teach Nuke and Framecycler presents too steep a learning curve in addition to Nuke itself. Sent from my iPad On Aug 2, 2011, at 11:35 PM, rahul kv

Re: [Nuke-users] contextual hotkeys?

2011-08-03 Thread Hugh Macdonald
Hi, I've done something that's not quite what you're after, but might be of interest to people... This is more to do with node creation, changing what kind of node is created based on the currently viewed/selected node. I can do this kind of thing, for example: addContextHotkey(t,

Re: [Nuke-users] Size limit

2011-08-03 Thread Peter Pearson
On 03/08/11 11:04, Ron Ganbar wrote: Hi all, is there a size limit in Nuke for resolution? And if there is, is there a way to increase it? 65536 x 65536 Not without the source code :) Peter -- Peter Pearson, Software Engineer The Foundry, 6th Floor, The Communications Building, 48 Leicester

Re: [Nuke-users] Size limit

2011-08-03 Thread Ron Ganbar
Thanks Peter. Ron Ganbar email: ron...@gmail.com tel: +44 (0)7968 007 309 [UK] +972 (0)54 255 9765 [Israel] url: http://ronganbar.wordpress.com/ On 3 August 2011 14:10, Peter Pearson pe...@thefoundry.co.uk wrote: On 03/08/11 11:04, Ron Ganbar wrote: Hi all, is there a size limit in

[Nuke-users] NukeX

2011-08-03 Thread Ron Ganbar
Hi there, On Mac OS 10.6 how can I start multiple NukeX sessions without using command line? When in NukeX, pressing Ctrl/Cmd+N loads a new Nuke rather than a NukeX. Ron Ganbar email: ron...@gmail.com tel: +44 (0)7968 007 309 [UK] +972 (0)54 255 9765 [Israel] url:

Re: [Nuke-users] NukeX

2011-08-03 Thread Mark Titchener
Hi Ron, It does actually start a new NukeX, there is a bug where it displays Nuke in the menu bar instead. If you go to About Nuke it should show the NukeX splash screen and you should still be able to use NukeX features. Thanks, Mark On 03/08/2011 14:25, Ron Ganbar wrote: Hi there, On