Skip to content

Latest commit

 

History

History

nodeChangeColor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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