For copying animation data from Tracker node to Roto Node. It will copy Trasform,rotation.scale and center point animatons into Roto node and also it will create a blur node along with the roto
jns_tracker_to_roto
Updated: 26 April 2022
Author: jishon
Compatible Nuke versions: 11.0 or later
Compatibility:
installation:
1) put this script in your .nuke directory or your plugin directory
2) edit the menu.py and add this lines
3) import jns_tracker_to_roto
m = nuke.menu('Nuke')
m.addCommand('&JNS/jns_tracker to roto', 'jns_tracker_to_roto.connectTrackerToRoto()', shortcut='a')
4) make sure that you add the plugin path in the init.py file
Thank you0