Link a roto node to a tracker.
- Select a Roto node.
- Select a Tracker node.
- Tools -> Other -> Link roto to tracker
- Roto is linked to the tracker.
- Roto must already contain an item.
- Copy 'rotoLink' folder in your .Natron folder.
- Add following lines to your 'initGui.py' file, where
<path>
is the location of 'rotoLink' folder.
from <path>.rotoLink.rotoLink import *
NatronGui.natron.addMenuCommand('Tools/Other/Link roto to tracker','rotoLink', QtCore.Qt.Key.Key_L, QtCore.Qt.KeyboardModifier.ControlModifier | QtCore.Qt.ShiftModifier)