Exports Syntheyes 2D tracks or 3D points as text file. Imports file as Nuke Tracker node.
nuke2Dtracker
Updated: 15 February 2015
Author: jirka
Compatible Nuke versions: 8.0 or later
Compatibility:
Syntheyes exporter:
File nuke2Dtracker.szl goes to Syntheyes scripts folder, that is typically C:\Program Files\Andersson Technologies LLC\SynthEyes\scripts on Windows. Tracks are also copied to clipboard during export.
Nuke importer:
File syntheyestonuke.py goes to your .nuke folder. Your menu line can be:
import syntheyestonuke
nuke.menu( 'Nodes' ).addCommand('Other/Syntheyes To Nuke', 'syntheyestonuke.syntheyestonuke()')