cornerToPaint

Create tracked Roto node from CornerPin node

Updated: 3 August 2012

Author: lamakaha

Compatible Nuke versions: 6.3 or later

Compatibility: Linux, Mac, Windows

HI, this script will create a Roto node from selected CornerPin node, this Roto node will have tracking information from selected CornerPin node, so Roto will follow the CornerPin.

Roto also will copy label of CornerPin node, so if you labeled your CornerPin node "Head", Roto node will have same label! :)

Thanks to Doodle for helping me out with Roto code 

please put this lines to your menu.py

1
2
3
4
import cornerToPaint
m=nuke.menu('Nuke')
n=m.addMenu('User/Operators',icon="my.png")
n.addCommand('cornerToPaint','cornerToPaint.cornerToPaint()',icon="Tracker.png")

Sign in or register to download or rate.