Set color for selected nodes.
- Select nodes.
- Edit -> Node Color
- Choose a color in the color dialog box.
- Click 'OK'.
- Selected nodes have their color changed.
- Copy 'nodeColorChange' folder in your .Natron folder.
- Add following lines to your 'initGui.py' file, where
<path>
is the location of 'nodeColorChange' folder.
from <path>.nodeColorChange.nodeColorChange import *
NatronGui.natron.addMenuCommand('Edit/Node(s) color','nodeChangeColor')