Place import_ifffse.tcl into nuke plugins folder. Now open a menu.tcl, find the line
menu "Animation/File/Import Ascii..." import_ascii
and add before or after, as you wish the next one
menu "Animation/File/Import_IFFFSE" import_ifffse
Installation for Nuke 5.x
Place import_ifffse.tcl into nuke plugins folder. Now open a menu.py, find the line
m = nuke.menu("Animation");
and add new one after
m.addCommand("File/Import_IFFFSE", "nuke.tcl("import_ifffse")")
In Mocha (mokey) export your track data as IFFFSE Point Track Data. It creates 5 files named like Layer 1_Tracker1.ascii - Layer 1_Tracker4.ascii and Layer 1_Centre.ascii. four files for corners of cornerpin and last one - average translation only.
Now in Nuke in your CornerPin's paramaters push the button :)of animation menu of the first corner and select File/Import IFFFSE.
In panel pop-ups you have to seelct one of the four "corner" files exported from mocha. Start At parameter is a frame which animation starts from. It takes from your project settings by default.
Repeat this for all corners.
Also you can use it for Tracker Node or 2D transrom - remember about average translation file Layer 1_Centre.ascii.
Note that corners in IFFFSE and Nuke have a diffarint order.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.