TrackToRoto

Create tracked Roto node from Tracker node

First submitted: 24 March 2015

Author: Alexey Kuchinski

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')
 

 

 

or register to download or rate.

Comments

or register to join the conversation.

Download Verification