A keyboard shortcut that switches Shuffle's channels.
Shuffle switcher
Updated: 23 April 2023
Author: snoopvyksa
Compatible Nuke versions: 11.0 or later
Compatibility: 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