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

Reply via email to