batch action on selected nodes
- Select node(s).
- Edit -> batch selected nodes
- apply the same action to each selected node
- none
- Copy 'batchSelectedNodes' folder in your .Natron folder.
- Add following lines to your 'initGui.py' file, where
<path>is the location of 'batchSelectedNodes' folder.
from <path>.batchSelectedNodes.batchSelectedNodes import *
NatronGui.natron.addMenuCommand('Tools/Utils/Batch Selected Nodes','batchSelectedNodes')