autoBackdropBW v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Nicolas Leu
This script is for people that don't like colorful backdrops.
Modification of Nuke's built-in autobackdrop() function, that creates only Backdrops in different greyscale values instead of colors.
Values between 0.15 and 0.25 are excluded because they are too close to Nuke's default background color.
Requirements:
10.0, 9.0, 8.0 or later
10.0, 9.0, 8.0 or later
14 Mar 2016
153
In order to replace Nuke's built-in autobackdrop script with autoBackdropBW() copy autoBackdropBW.py into one of your plugin Paths.
Add the following lines to one of your menu.py files to replace the Backdrop command and assign the keyboard shortcut alt+b:
from autoBackdropBW import autoBackdropBW
toolbar = nuke.menu('Nodes')
toolbar.addCommand('Other/Backdrop', 'autoBackdropBW()', 'alt+b', icon='Backdrop.png')
Please login in order to download these files.