F_Backdrop v1.2
This location is for Registered Users Only.
Perhaps you need to login or register.
13.1, 12.2, 12.1, 12.0, 11.3, 11.2, 11.1, 11.0, 10 or later
Linux, Mac, Windows
F_Backdrop (autoBackdrop replacement)
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.
Comments
you can get them here:
https://github.com/franklinvfx/F_Backdrop-Script-for-Nuke
Would it be possible to add an option for border vs fill and the width of the boarder? :)
RSS feed for comments to this post