How to install XY STMap ?
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 these lines to the menu.py file:
import xy_stmap
nuke.addOnCreate(lambda:xy_stmap.panel_OnCreate(nuke.thisNode()), nodeClass="Tracker4")
Tip: you can measure how long it took to convert your tracker.
- type X to open the command window, select Python
- then type xy_stmap.convert.kronos