Re: [Nuke-users] Grade clamping

2011-04-21 Thread Hugo Leveille
in the previous post but the black got washed out a bit Thanks for the help -- Hugo Leveille Compositing TD Vision Globale hu...@fastmail.net Sent from my iPhone On Apr 21, 2011, at 4:15 PM, Jonathan Egstad jegs...@earthlink.net wrote: Yes of course there is - defaulting it on eliminated many, many color

Re: [Nuke-users] Grade clamping

2011-04-21 Thread Hugo Leveille
That makes pretty much sense. Thanks for the reply. And sorry everyone for my stupid question... case closed -- Hugo Leveille Compositing TD Vision Globale hu...@fastmail.net Sent from my iPhone On Apr 21, 2011, at 10:34 PM, Ned Wilson nedwil...@gmail.com wrote: So, after your read node

Re: [Nuke-users] Convolve crashing in 6.3v3

2011-09-22 Thread Hugo Leveille
Yep crash on linux centos and win7. I have reported it and its logged as high priority So now we have to choose between a release with a tracker with no cancel button and one with no convolve... Not to mention a non working pyqt under windows 7 (almost any signal make nuke crash) Too bad

Re: [Nuke-users] frame ranges

2012-02-22 Thread Hugo Leveille
Would using a afterRender or beforeRender callback solve your problem? You could force the second write to render frame 0 just before or after the render is done Sent from my iPhone On 2012-02-22, at 12:56 PM, Toki Wartooth nukeknob.n...@gmail.com wrote: Working on a gizmo here that I want

Re: [Nuke-users] global proxy format setting?

2012-03-31 Thread Hugo Leveille
On a phone right now so the syntax is probably wrong, but if you want to set the proxy format to the same as the root format, you could do it in the onUserCreate callback Something like: def setProxy(): n = nuke.thisNode() n['proxy_format'].setValue(n['format'].value()']

Re: [Nuke-users] global proxy format setting?

2012-03-31 Thread Hugo Leveille
What you'll want more often than other is a 1:1 local version of a network file. Not a mixed resolution Sent from my iPhone On 2012-03-31, at 11:20 PM, Nathan Rusch nathan_ru...@hotmail.com wrote: Once you cross that nebulous critical point where you go from using proxies occasionally to

Re: [Nuke-users] global proxy format setting?

2012-03-31 Thread Hugo Leveille
, at 11:30 PM, Nathan Rusch nathan_ru...@hotmail.com wrote: Yeah, localizing files is definitely nice (preferable to proxies like you said), but it becomes rapidly impractical once you exceed a certain number of artists. -Nathan From: Hugo Leveille Sent: Saturday, March 31, 2012 8

Re: [Nuke-users] [Announce] Geometry-Tools and Dynamic-Solver betaplugins available

2012-11-09 Thread Hugo Leveille
This plugin has ruined my day of work. I have been doing revolves and curve stuff for fun all day long! Really amazing Sent from my iPhone On 2012-11-09, at 7:08 PM, Frank Rueter fr...@beingfrank.info wrote: Indeed. This plugin does indeed take 3D in Nuke to new realms and potential.

Re: [Nuke-users] Re: [Announce] Geometry-Tools and Dynamic-Solverbeta plugins av

2012-11-15 Thread Hugo Leveille
Perfect! Too much stuff to play with! Sent from my iPhone On 2012-11-15, at 2:45 PM, Marten Blumen mar...@gmail.com wrote: select the vertices and use 'save selection' in the properties panel image.png On 16 November 2012 01:11, Hugo Léveillé hu...@fastmail.net wrote: I am starting

Re: [Nuke-users] Re: [Announce] Geometry-Tools and Dynamic-Solverbeta plugins av

2012-11-21 Thread Hugo Leveille
Be carefull Frank, you are getting addicted to those plugins! Seriously, just those 2 plugins would be worth a Nuke 8 release.. Sent from my iPhone On 2012-11-21, at 3:33 PM, Frank Rueter fr...@beingfrank.info wrote: just using the PolyEdit do fine tune a scene consisting of heaps of cards.

Re: [Nuke-users] Nuke particles Motion Path

2012-12-07 Thread Hugo Leveille
Yeah I know. In fact , check the flock discussion from this week. I wanted to do the exact same thing ( make birds follow a path once emited ) Sent from my iPhone On 2012-12-07, at 9:26 AM, Spider spi...@555lab.com wrote: Thanks Hugo, i'll try and give you feedback. Spider. Luddnel

Re: [Nuke-users] Getting the Selected Node's position…?

2012-12-09 Thread Hugo Leveille
nuke.selectedNode().input(1).xpos() Sent from my iPhone On 2012-12-09, at 7:47 PM, Richard Bobo richb...@mac.com wrote: Hi Michael (or anyone else listening), I have a follow-up question, since I can't seem to figure this out myself… How do you get the position for a *parent* node that's