multiEdit v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: David Harter
edit multiple nodes at the same time
Requirements:
5.1, 5.2, 6.0, 6.1 or later
Linux, Mac, Windows
5.1, 5.2, 6.0, 6.1 or later
Linux, Mac, Windows



1. select multiple nodes that all share the same field (knob) that you want to edit
2. enter the name of the field (put your mouse over the field to see its name in the tooltip)
3. enter the new value
4. hit edit
hope it works and helps
please submit any questions and comments on improving the script to: [email protected]
cheers David
Please login in order to download these files.
Comments
I'm sorry for the stupid question, but how to load this script..
Thanks!..
This is a python function. The way I usually make python functions available in nuke is to add the function to a module that I import in my menu.py. then I create a Toolbar entry, which then calls the function. The easiest way to make it work would be this:
1. first open the script editor in nuke a execute this command: nuke.pluginPath (). it will show you all the folders in which nuke searches for python stuff
2. place the downloaded file "multiEdit.py" in one of this folders
3. if the folders doesn't already contain a "menu.py" file, create it and add this line: from multiEdit import *
4. relaunch nuke and execute this command in the script editor: multiEdit()
hope it works!
cheers david
Thanks a lot for the help - it works fine..
And yes... - Happy New Year !!!
RSS feed for comments to this post