Convert CornerPin node imported from Mocha to tracker node
cornerPinToTracker
Updated: 22 June 2011
Author: BLUE FACES
Compatible Nuke versions: 6.2 or later
Compatibility: Windows
Script is usefull for converting CornerPin node imported from Mocha to tracker node. It enable all trackers, set transform mode to matchmove and reference frame to current frame.
Just select the CornerPin node and run the script
Add these lines to your menu.py:
menu= nuke.menu('Nuke')
n= menu.addMenu('BFscripts')
n.addCommand('cornerPinToTracker', 'cornerPinToTracker.cornerPinToTracker()')
import cornerPinToTracker