Snap geometries to vertices. add Locometry.py to your .nuke folder add import Locometry to your menu.py
Locometry
Updated: 10 March 2022
Author: kanza
Compatible Nuke versions: 11.0 or later
Compatibility: Linux, Mac, Windows
v2.0
Python version of the Gizmo but works with alembic and custom geo's and doesn't gives you crazy flipping.
Still need to do a proper conversion from rotation matrix to Euler angles. It uses a transformGeo to link the created Axis to the geo to snap.
v2.1
Proper Euler angles ( rotation calculated in XYZ order ).
No link with transformGeo needed.
Put the Locometry.py in your .nuke as well as the icon folder. Update menu.py
v2.2
Updated to PySide2
v2.3
Fixed wrong number of vertices selection
Fixed wrong Frame Range Inputs
Logo provided
v2.4
Fixed select vertices error
v2.5
removed UI
faster as it uses a curve tool to calculate frames.
fixed skipping frames due to Threading.
v2.6
Check for selected vertices