The Version Changer v1.3
This location is for Registered Users Only.
Perhaps you need to login or register.
10.0, 9.0 or later
Linux, Mac, Windows
v1.3
1. added the option to Save / Load Selection
2. added Panel shortcut 'Alt+v'
v1.2
fixed issue when a different file version appeared before last folder
Main Description
The panel combines various node selection options, a search and replace panel plus version change buttons,
that will allow you to quickly switch between only existing file versions, therefore avoiding errors when dealing with multiple nodes.
Each operation inside the panel is set to work only on pre-defined node and knob types, for better and safer control.
It includes optional Info notifications on the amount of nodes selected and / or changed.
Error lists are read via the script editor window.
The Panel is accesible via the pane menu in Windows > Custom > The Version Changer.
ScreenShots
How to Install
Add import TheVersionChanger to your menu.py in your /.nuke folder. if it doesnt exists, create a new one.
Copy TheVersionChanger.py to your /.nuke or plugins folder.
Windows:
C:\Users\User\.nuke
C:\Program Files\YourNukeVersion\plugins\nukescripts
C:\Program Files (x86)\NukeVersion\plugins\nukescripts
C:\Program Files\Nuke11.0v2\plugins
MacOs:
/Users/login name/.nuke
/Applications/Nuke11.0v2/Nuke11.0v2.app/Contents/MacOS/plugins
/Applications/Nuke11.0v2/plugins/nukescripts
Linux
/home/login name/.nuke
/usr/local/Nuke11.0v2/plugins
/usr/local/Nuke11.0v2/plugins/nukescripts
If you want to place the panel in a different folder, just add the line
nuke.pluginAddPath('Your Folder Name') before 'import TheVersionChanger'.