Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 538 Bytes

File metadata and controls

24 lines (16 loc) · 538 Bytes

nodeColorChange

Set color for selected nodes.

HOW TO USE IT

  • Select nodes.
  • Edit -> Node Color
  • Choose a color in the color dialog box.
  • Click 'OK'.

RESULT

  • Selected nodes have their color changed.

INSTALLATION

  • 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')