MARTIN VIEL

CurveTool to Tracker

Use AutoCropData values to create a 4 points Trackers.

How to install CurveTool to Tracker ?

Create a folder named ‘python’ in your .nuke folder and put this file inside.

Add this line to the init.py file:


nuke.pluginAddPath("python")


Then add theses lines to the menu.py file:


import curvetool_to_tracker

nuke.addOnCreate(curvetool_to_tracker.curvetool_onCreate,nodeClass='CurveTool')