The keyboard shortcut allows you to paste copied data to selected nodes.
Paste for all nodes
Updated: 18 January 2023
Author: snoopvyksa
Compatible Nuke versions: 11.0 or later
Compatibility:
Installation:
Put paste_for_all in your .nuke/.python folder(create it if you do not have the directory) and insert the following line in your init.py:
- nuke.pluginAddPath('.python/paste_for_all')
Usage:
Use Shift+Ctrl+v instead of regular Ctrl+v to paste your buffer to all selected nodes
*(You can change this hotkey to preferred in paste_for_all/menu.py)