eSmartReformat

eSmartReformat converts Transform and CornerPin2D nodes from a compo size format to another.

Updated: 14 February 2020

Author: ermesermes

Compatible Nuke versions: 8.0 or later

Compatibility: Linux, Mac, Windows

eSmartReformat

eSmartReformat converts Transform and CornerPin2D nodes from a composition size format to another.

v2.0 Improved with better look and new features

How it works:

  1. Plug the input of eSmartReformat to a Transform or a CornerPin2D
  2. Digit the original format and your desire output format in their relative tabs
  3. Press 'Bake' button to bake all the animations
  4. Select 'Transform' or 'CornerPin' from the cascade menu
  5. Press 'Create' button. Done!
  6. Remember to press 'Reset all' anytime you want to do it again!

It could be really useful while tracking scaled-down footage and then bring your tracking data back to the original format. Or switching from a composition size format to another without calculate your transfoms again.

eSmartReformat preview

How to install (optional)

 


1. Copy the folder 'eTools' in your .nuke folder (under C:/Users/...)

 

2. Add the following lines to your init.py file (right click and edit ) :

 

nuke.pluginAddPath('./eTools')

 

nuke.pluginAddPath('./eTools/Icons')
nuke.pluginAddPath('./eTools/Gizmos')

 


3. Add the following lines to your menu.py file (right click and edit ) :

 

toolbar = nuke.menu('Nodes')
eMenu = toolbar.addMenu('eTools', icon='eTools.png')
eMenu.addCommand('eSmartReformat', 'nuke.createNode('eSmartReformat')', icon='eSmartReformat.png')

 

PS. If you have already copied those lines while installing my prevoius gizmo 'eFibonacciGlow', just copy the last one.

 


4. Please share and visit my website: ermesvincenti.wordpress.com

 

 

Share if you like it and feel free to contact me for special needs at ermesvincenti.wordpress.com

Sign in or register to download or rate.