jre_setReferenceFrame

This has the same function as the 'set to current frame' in the Tracker node. But you can apply this on any Transform or CornerPin2D Node that has the tracked values already baked in.

Updated: 11 July 2023

Author: TheRetter

Compatible Nuke versions: 13.2 or later

Compatibility:

To use this script, copy the .py file into your .nuke folder and add these lines to your local menu.py:

 

menu = nuke.menu('Nodes')

menu.addCommand('jre/setReferenceFrame', 'nuke.load('jre_setReferenceFrame'), setReferenceFrame()','shift+f')

 

Sign in or register to download or rate.