align selected nodes horizontal or vertical, set the distance between the nodes and remain the order of the nodes. prety useful tool to keep your nuke scripts clean.
align
Updated: 18 February 2014
Author: leafpictures
Compatible Nuke versions: 7.0 or later
Compatibility: Mac
With the align script nodes can be automatically arranged horizontally or vertically inside Nuke. In addition, the spacing can be chosen freely between the nodes. Select the desired nodes and press ctrl + L (Win) or cmd + L (mac) and the align panel will appear where you can choose the alignment and spacing.
How to install align
Download the script and put it in your nuke home directoryWrite these two lines in your menu.py:
import align
nuke.menu('Nuke').addCommand('Scripts/align', 'align.aligner()')