Ym_alignNodes -node align tool- v1.7
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Yousuke Matsuno
This script helps to align messed up nodes.
Requirements:
6.1, 6.2 or later
Linux, Mac, Windows
6.1, 6.2 or later
Linux, Mac, Windows
10 Mar 2011
596
[ Ym_alignNodes ver 1.5 ] update. 03 March 2011
-- Nuke align nodes tool --
This script helps to align messed up nodes.
1. align along X axis or Y axis.
2. align equal interval between each node.
-Use-
Select nodes which you want to align and run.
-Install-
Copy files to .nuke directory
icon
Ym_alignNodes.py
menu.py
init.py
##---------- Ym_alignNodes ----------
import Ym_alignNodes
toolbar = nuke.toolbar('Nodes')
mcMenu = toolbar.addMenu('Ym_alignNodes Ver1.5', icon='alignNodes.png')
mcMenu.addCommand('Left X', 'Ym_alignNodes.alignLX()', '+F1',icon='leftX.png')
mcMenu.addCommand('Center X', 'Ym_alignNodes.alignCX()', '+F2',icon='centerX.png')
mcMenu.addCommand('Right X', 'Ym_alignNodes.alignRX()', '+F3',icon='rightX.png')
mcMenu.addCommand('Interval X', 'Ym_alignNodes.align_intX()', '+F4',icon='intervalX.png')
mcMenu.addCommand('Top Y', 'Ym_alignNodes.alignTY()', '+F5',icon='topY.png')
mcMenu.addCommand('Center Y', 'Ym_alignNodes.alignCY()', '+F6',icon='centerY.png')
mcMenu.addCommand('Under Y', 'Ym_alignNodes.alignUY()', '+F7',icon='underY.png')
mcMenu.addCommand('Interval Y', 'Ym_alignNodes.align_intY()', '+F8',icon='intervalY.png')
mcMenu.addCommand('Interval XX', 'Ym_alignNodes.align_intXX()', '+F9',icon='intervalXX.png')
mcMenu.addCommand('Interval YY', 'Ym_alignNodes.align_intYY()', '+F10',icon='intervalYY.png')
- Notice -
Request of improvement : feel free to contact me!
------------ Copyright (c) 2011 Yousuke Matsuno -------------
[email protected] / http://www.mat-vfx.com
-----------------------------------------------------------------------------
Please login in order to download these files.
Comments
Thanks!!
Traceback (most recent call last):
File "", line 1, in
NameError: name 'alignCX' is not defined
I uploaded new file my web site.
http://www.mat-vfx.com/tool_n01.html
I couldn't update this Nukepedia post. Perhaps there is a time lag.
(The bit that starts with '##---------- Ym_alignNodes ----------')
/ Tobey
I hope this script would help your messed up nodes as much as possible:-)
Please give me a feedback after using:-).
i am getting this as error:
Ym_alignNodes.py", line 210, in align_intY
scList[n].setYp os(yl - sizeGap)
TypeError: integer argument expected, got float
scList[n].setYpos(int(yl - sizeGap))
RSS feed for comments to this post