AlignDots v1.4
This location is for Registered Users Only.
Perhaps you need to login or register.
13.1, 12.2, 12.1, 12.0, 11.3, 11.2, 11.1, 11.0, 10 or later
Linux, Mac, Windows
This keyboard shortcut will align all selected dots with their input and output node, placing them in a straight corner.
Running it multiple times will make the dot switch between possible positions. Also works for nodes with multiple inputs.
Keyboard shortcut: alt+shift+z
(can be changed in the menu.py file!)
Installation:
1. Place the AlignDots folder in your .nuke folder (or somewhere else on your computer)
2. Go to your .nuke folder, and create a file called 'init.py'. If such a file already exists, open it.
3. In the init.py file, add this line of text to the end and save it:
nuke.pluginAddPath('./AlignDots')
If you want to place the AlignDots folder somewhere else than in the .nuke folder, make sure to change the './AlignDots'-path in the init.py file so that it points to that other path instead!
Installation using NukeShared:
1. Place the AlignDots folder in the '_AutoInstaller' repository.
NukeShared is a way of installing plugins by dragging/dropping them in folders, see my website (maxvanleeuwen.com/nukeshared) for more information.
Updates
1.4
Nuke 13 compatibility
1.3
Supports nodes with multiple inputs, determines what to do based on selection
1.2
Ignores inputs with hidden pipes
1.1
Ignores Viewer nodes
Comments
Thats not work in Nuke13
I had some perfomance issues with a big script, so I made one change that will make it much much faster.
Line 18:
listDotOut = n.dependent(nuk e.INPUTS, forceEvaluate = False)
Line 189 and 190:
nIn = selNode.dependencies(nuke.INPUTS)
nOut = selNode.depende nt(nuke.INPUTS, forceEvaluate = False)
Cheers!
RSS feed for comments to this post