Re: [Nuke-users]toggle hide output

2011-08-10 Thread Ean Carr
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.comwrote:

  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

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

Re: [Nuke-users]toggle hide output

2011-08-10 Thread Howard Jones
Maybe just stick a dot underneath and hid its input? via python or otherwise, 
then you at least can clear paths you dont want to see, and branch off the dot?

 
Howard




From: mathieu arce arcemath...@hotmail.com
To: nuke-users@support.thefoundry.co.uk
Sent: Wednesday, 10 August 2011, 20:52
Subject: RE: [Nuke-users]toggle hide output


 
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

___
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