Rename Nodes v2.0


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Diogo Girondi
Renames all the currently selected nodes sequentially
Requirements:
5.1, 5.2, 6.0, 6.1 or later
Linux, Mac, Windows
20 Jun 2010
278

renameNodes.py will rename all the currently selected nodes sequentially.

 

1
2
3
4
5
6
import <package> #package where the script is installed
 
menu = nuke.menu('Nuke')
m = menu.findItem('Edit')
sm = m.findItem( 'Node' )
sm.addCommand( 'Rename Nodes', '<package>.renameNodes()', 'F2', index=1 )

In the example above the script is added to the Edit > Node > Rename Nodes menu and assigned to the F2 shortcut.

 

Please login in order to download these files.

You have no rights to post comments

We have 2567 guests and 107 members online