Backdrop with nice & simple options to use.
F_Backdrop
Updated: 5 October 2021
Author: franklin
Compatible Nuke versions: 10.0 or later
Compatibility: Linux, Mac, Windows
Backdrop with nice & simple options to use.
Functions:
- Simply display a text in the backdrop, choose its size and position.
- With a single button you can enlarge or reduce the backdrop in the NodeGraph.
- Easily change the background color (with presets or randomly).
- Improve the default autoBackdrop function.
Knobs details:
Text: Use to display a text in the backdrop. It will appear on the backdrop background in the NodeGraph.
Font Size: Use to change the size of the text (50 by default).
Position: Use to change the position of the text (left or center).
+ : Use to enlarge the backdrop.
- : Use to reduce the backdrop.
Random color: Use to change the background color randomly.
Color Presets: Useful for applying a highly visible color (presets).
Installation:
- - Copy / paste the following lines into your local menu.py
- - Copy files from 'icons' and 'python' folders into your .nuke folder
import nuke, nukescripts
nuke.pluginAddPath('./icons/Franklin');
nuke.pluginAddPath('./python/Franklin');
import F_Backdrop
nukescripts.autoBackdrop = F_Backdrop.autoBackdrop # Original backdrop function replacement
nuke.menu('Nodes').addCommand( 'Other/Backdrop', 'F_Backdrop.autoBackdrop()', 'alt+b', 'Backdrop.png')
Versions:
- 1.2 : Nuke 13 Update
- 1.1 : Original release
You can find other of my tools here: http://franklinvfx.com/nuke-tools/
Thanks to Timur Khodzhaev , I was strongly inspired by his tool and to my colleague Vincent Biaux.