[Nuke-users]Invert vectorFiled 3d lut

2011-08-24 Thread mathieu arce

hello every one !
Is there a way to invert a vectorfield 3D node in order to have the exact 
opposite color transformation ?
Bye.
Mathieu.
  ___
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: [Nuke-users]toggle hide output

2011-08-10 Thread mathieu arce

I had thought of making a loop with the hide input knob on ; but i did not want 
to hide all the inputs of the nodes in order to leave a clear nodeGraph for the 
rest of the team.But thanks for your quick answer !!Mathieu.

From: eanc...@gmail.com
Date: Wed, 10 Aug 2011 18:32:14 +0100
Subject: Re: [Nuke-users]toggle hide output
To: nuke-users@support.thefoundry.co.uk

Not exactly... I guess you'd have to loop through dependent nodes and hide 
their inputs. First, select the node whose outputs you want hidden, then:

for n in nuke.selectedNode().dependent():
n['hide_input'].setValue(True)



-Ean

On Wed, Aug 10, 2011 at 5:35 PM, mathieu arce arcemath...@hotmail.com wrote:







hello !is there a way to do not display the output of a node even if it is 
connected to other one ?i know i can do it for the input with hide input , but 
i would like to do it for the output.Thanks !

Mathieu.  

___

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



___
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 
  ___
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