Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

selectSimilar

Select similar nodes.

HOW TO USE IT

  • Select a node
  • Edit -> Select similar

RESULT

  • All nodes of the selected type will be selected in the Node Graph .

INSTALLATION

  • Copy 'selectSimilar' folder in your .Natron folder.
  • Add following lines to your 'initGui.py' file, where <path> is the location of 'selectSimilar' folder.
from <path>.selectSimilar.selectSimilar import *
NatronGui.natron.addMenuCommand('Edit/Select similar','selectSimilar')