A_ReconcileHelper

The magic of the Reconcile3D in one gizmo

Updated: 3 July 2022

Author: WhiteTotoro

Compatible Nuke versions: 12.0 or later

Compatibility:

Hello everyone

One fine evening, I decided to assemble a tool kit for a reconsail, and then it started.

 

What does this gizmo do:

 

1.Converts the card (its corners) into a tracker.

 

2. Converts axis to tracker.

 

3.Distills markers from 3D Equalizer to tracker. by choice and marks which marker you have selected.

 

4. You can set the cards according to the position of the markers from the 3D Equalizer.

 

5. Create an exposed card based on the position of the marker.

 

6. Convert the exposed card into a tracker.

 

I hope this tool will be useful to you. And I will be very grateful for feedback and suggestions for improving the tool.

And here is a video instruction for use

https://youtu.be/sla4xFHD0sw

How do I install the tool?

Copy 'A_ReconcileHelper.gizmo' to your gizmo folder. And move the 'A_ReconcileHelper' folder to the .nuke folder

Add these lines to menu.py

menubar = nuke.menu('Nuke')
tools = menubar.addMenu('A_tools')
tools.addCommand('A_ReconcileHelper', 'nuke.createNode('A_ReconcileHelper')')
 
And write down the path to the folder with scripts in init.py
nuke.pluginAddPath('./nuke/A_autoReconcile')
 
Enjoy it!

Sign in or register to download or rate.