Shuffle switcher v2.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Anton Ryabkov
A keyboard shortcut that switches Shuffle's channels.
Requirements:
14.0, 13.2, 13.1, 13.0, 12.2, 12.1, 12.0, 11.3, 11 or later
Linux, Mac, Windows
14.0, 13.2, 13.1, 13.0, 12.2, 12.1, 12.0, 11.3, 11 or later
Linux, Mac, Windows


Shuffle switcher
The Python script is intended to speed up your workflow by shuffling channels in Nuke.
Usage:
Select 'Shuffle' and use the following hotkeys to switch channels:
Default:
Alt+] ---> switches a channel forward
Alt+[ ---> switches a channel backward
To change the hotkeys, open menu.py and set-up your own combinations
Installation:
Copy 'Shuffle_switcher' to your .nuke/.python folder(create it if you do not have the directory) and insert the following line in your init.py:
nuke.pluginAddPath('.python/Shuffle_switcher')
Updating:
Just replace your previous Shuffle_switcher folder or replace the folder contents from the new one
Changelog:
- v1.0 - Initial version
- v2.0 - Fixed mapping for Shuffle2 node | Code two times shorter than before
Please login in order to download these files.
Comments
I seem to get an error everytime I switch channels using the script.
""setValue function can be called as
setValue(inChannel, outChannel)
setValue(inLayer, inChannel, outChannel)
setValue([(inLayer, inChannel, outChannel), (inChannel, outChannel), ...])"
Using Nuke13
Thanks for your feedback. Already fixed the issue and also adapted the script to work with all the latest Nuke versions
RSS feed for comments to this post