inverts disable state of selected nodes
invertDisable
Updated: 14 October 2022
Author: pushkarevalexandr
Compatible Nuke versions: 11.0 or later
Compatibility:
inverts disable state of selected nodes independently from each other
shortcut: Alt+D
you can change shortcut at line 24 in invertDisable.py file
Instalation guide:
1. In your .nuke folder create new folder and name it 'python'
2. In .nuke init.py paste this line:
nuke.pluginAddPath('./python')
3. In menu.py paste this line:
import invertDisable