Adverti horiz upsell

AutoConnectNode 0.0.0 for Nuke

creates and connects a multi input node

License
Button download
135 Downloads

Compatibility

History

Created:02/27/2006
Last Modified:09/20/2006
File Size: 2.04 KB
This should work with any multi input node (i.e. Switch, Append, ContactSheet etc.).
It creates a new node based on the argument and connects all selectednodes left to right. (the left most node in the selection will become input 0 etc...).

It also creates an extra user knob in the new node so you can update the input order later based on the connected nodes' position in the DAG (again, left most node will be input 0 etc...).

If used with the contact sheet it also does some parameter tweaking based on the number of nodes that feed into it.

Example menu.tcl entry and shortcuts:
menu "Time/@B15;Append" {AutoConnectNode AppendClip}
menu "Merge/@B15;ContactSheet" {AutoConnectNode ContactSheet}
menu "Merge/@B15;Switch" "Ctrl-m" {AutoConnectNode Switch}


Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.