A backdrop node that actually helps you work.
Alt+B → done.
A backdrop node that actually helps you work.
Alt+B → done.
First submitted: 24 July 2026
Author: Fabian Garcia
Compatible Nuke versions: All
Compatibility: Source
I didn't like the backdrop node out of the box, so I made my own with some additional features.
Just drop fg_SimpleBackdrop.py in your .nuke folder and add this to your menu.py:
# fg_SimpleBackdroptry: import fg_SimpleBackdrop nuke.menu('Nodes').addCommand( 'Other/fg_SimpleBackdrop', 'fg_SimpleBackdrop.fg_SimpleBackdrop()', 'alt+b' # )except ImportError: pass 
Comments