Create tracked Roto node from Tracker node
TrackToRoto
Updated: 24 March 2015
Author: lamakaha
Compatible Nuke versions: 8.0 or later
Compatibility: Linux, Mac, Windows
v4.0 fixed for nuke 8 and higher, name panel added.
HI, this script will create a Roto node from selected Tracker node , this Roto node will have tracking information from selected tracker node, so you just create curves and they will follow the tracked object.
If nothing is selected or selected node is not Tracker node - you will have clean Roto node
I do use this script with shortcut 'p'
Thanks to Doodle for helping me out with Roto code
please put this lines to your menu.py
import TrackToRoto m=nuke.menu('Nuke') n=m.addMenu('User/Operators',icon='my.png') n.addCommand('TrackToRoto','TrackToRoto.TrackToRoto()','p',icon='Tracker.png')