Re: [Nuke-users] I want to animate ON/OFF driven by start and end frames

2011-04-06 Thread David Schnee
...@gmail.com wrote: Try the first_frame and last_frame inline attributes as I mentioned above. Using Frank's suggestion to use inrange(): !inrange(frame, Read1.first_frame, Read1.last_frame) On Wed, Apr 6, 2011 at 5:00 PM, David Schnee dav...@tippett.com mailto:dav

[Nuke-users] Setting new project frame range defaults

2011-06-15 Thread David Schnee
Anyone know how I can change the default frame range for new Nuke projects? Defaults to 1-100, want to change that only on new scripts, not existing saved scripts. Thanks, -Schnee -- \/ davids / comp \/ 177 /\ tippettstudio /\ b d ___ Nuke-users

Re: [Nuke-users] Setting new project frame range defaults

2011-06-16 Thread David Schnee
/2011 17:07, David Schnee wrote: Anyone know how I can change the default frame range for new Nuke projects? Defaults to 1-100, want to change that only on new scripts, not existing saved scripts. Thanks, -Schnee -- \/ davids / comp \/ 177 /\ tippettstudio /\ b d

[Nuke-users] Changing tile_color with user knobs?

2011-07-08 Thread David Schnee
Does anyone know if there is a way to dynamically link/change tile_color with user knobs? Say I have a gizmo with a check box for red,green, and blue. If only the red is checked, I want the tile_color to be red, if red and green are checked, yellow, just blue, blue, and so on. Is this

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

2011-07-26 Thread David Schnee
Does anyone know how to achieve the equivalent of Shake's linear noise expression for Nuke? looking for: lnoise3d(time) Cheers, -Schnee -- \/ davids / comp \/ 177 /\ tippettstudio /\ b d ___ Nuke-users mailing list

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

2011-07-27 Thread David Schnee
Or possibly any method to produce random/noise driven linear curves? On 07/26/2011 06:40 PM, David Schnee wrote: Does anyone know how to achieve the equivalent of Shake's linear noise expression for Nuke? looking for: lnoise3d(time) Cheers, -Schnee -- \/ davids / comp \/ 177

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

2011-07-27 Thread David Schnee
by adding a simple multiplier faster noise: random(frame*10) slower noise: random(frame*0.5) On Wed, Jul 27, 2011 at 2:28 PM, David Schnee dav...@tippett.com mailto:dav...@tippett.com wrote: Or possibly any method to produce random/noise driven linear curves? On 07/26/2011 06:40

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

2011-08-02 Thread David Schnee
. :( On Wed, Jul 27, 2011 at 2:35 PM, Anthony Kramer anthony.kra...@gmail.com wrote: random(frame) you can make the noise faster or slower by adding a simple multiplier faster noise: random(frame*10) slower noise: random(frame*0.5) On Wed, Jul 27, 2011 at 2:28 PM, David Schnee dav...@tippett.com

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

2011-08-10 Thread David Schnee
, -Schnee On 08/02/2011 03:09 PM, Farhad Mohasseb wrote: I think people are just confused about what lnoise3D is supposed to do. Maybe if you explain what you're trying to achieve or what this node does, people could help you more. On Aug 2, 2011 9:26 AM, David Schnee dav...@tippett.com

[Nuke-users] OFlow: Source Frame at the current Frame using Speed?

2011-10-25 Thread David Schnee
Does anyone know how to derive the actual source frames on the current frame when using the 'Speed' timing method in OFlow? I'm looking to get a curve to export ascii data of the source frames on the current frame for a range. Cheers, -Schnee -- \/ davids / comp \/ 177 /\ tippettstudio /\

Re: [Nuke-users] OFlow: Source Frame at the current Frame using Speed?

2011-10-25 Thread David Schnee
to speed, something like this should do it: (frame-OFlow.first_frame) * OFlow.timingSpeed + OFlow.first_frame On Tue, Oct 25, 2011 at 11:43 AM, David Schnee dav...@tippett.com mailto:dav...@tippett.com wrote: Does anyone know how to derive the actual source frames on the current frame when

[Nuke-users] Launch Nuke with a 'Pause The Viewer' flag?

2012-01-24 Thread David Schnee
Is there a way to launch a Nuke session with a flag to 'Pause the viewer' so that it's paused when the script is open? Cheers, -Schnee -- \/ davids / comp \/ 177 /\ tippettstudio /\ sno ___ Nuke-users mailing list

Re: [Nuke-users] Launch Nuke with a 'Pause The Viewer' flag?

2012-01-24 Thread David Schnee
nuke -n I don't think it will process anything with that flag. On Tue, Jan 24, 2012 at 3:18 PM, David Schnee dav...@tippett.com mailto:dav...@tippett.com wrote: Is there a way to launch a Nuke session with a flag to 'Pause the viewer' so that it's paused when the script is open

Re: [Nuke-users] Launch Nuke with a 'Pause The Viewer' flag?

2012-01-24 Thread David Schnee
this on the list that I stole it from :) -deke On Tue, Jan 24, 2012 at 15:18, David Schnee dav...@tippett.com mailto:dav...@tippett.com wrote: Is there a way to launch a Nuke session with a flag to 'Pause the viewer' so that it's paused when the script is open? Cheers, -Schnee

[Nuke-users] Flame Timewarp File to Nuke?

2012-05-21 Thread David Schnee
Hello, Does anyone know if there is a tool for Nuke to ingest a Flame Timewarp file? Or something to convert the Timewarp data into Time+Ascii format, If one doesn't exist we will create something here to do the conversion for our needs, but if something is already out there... Thanks,

Re: [Nuke-users] Deep Depth Key?

2012-09-25 Thread David Schnee
Guess I was hoping for a slick tool for the job... I'll create one, thanks. On 09/20/2012 04:32 PM, Frank Rueter wrote: Doesn't DeepToImage do that for you? On 9/21/12 11:27 AM, David Schnee wrote: What's the best way to derive a nice z~depth matte from a Deep render? Many thanks, -Schne

[Nuke-users] Expot Nodes As Script... w/ Project Settings?

2013-08-26 Thread David Schnee
Hi, Does anyone know if it's possible to Export Nodes As Script that will pass along all your project settings from the script that exported it? Mostly looking for frame range, LUT(viewerProcess), full size format, etc. Thank you kindly, ~Schnee -- \/ davids / comp \/ 177 /\ tippettstudio

Re: [Nuke-users] Expot Nodes As Script... w/ Project Settings?

2013-08-26 Thread David Schnee
, preserves project settings Ari Blue Sky Sent from my iPhone On Aug 26, 2013, at 1:38 PM, David Schnee dav...@tippett.com wrote: Hi, Does anyone know if it's possible to Export Nodes As Script that will pass along all your project settings from the script that exported it? Mostly looking for frame