Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 598 Bytes

File metadata and controls

22 lines (14 loc) · 598 Bytes

selectSimilarByClass

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

HOW TO USE IT

  • Select a node
  • Edit -> Select similar -> Class

RESULT

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

INSTALLATION

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