All nodes of the selected type will be selected in the Node Graph.
- Select a node
- Edit -> Select similar -> Class
- All nodes of the same type will be selected in the Node Graph.
- 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()')