n17 Mirror Lattice
This is a simple script for Autodesk Maya 2022 and above to mirror one Lattice Deformer to another.
For instance its very useful when non spherical cartoony eyes need to be rigged.
Script supports only Maya 2022 and above!
Installation:
0. Close Maya if open
1. Put n17MirrorLattice.py into the folder /Documents/maya/202*/scripts
2. Put n17MirrorLattice_icon.png the folder /Documents/maya/202*/prefs/icons
3. Launch Maya
4. Drag and drop install.py into viewport
You will get a button on the current shelf.
OR
If install.py does not work. You can manually create python shelf button with code:
import n17MirrorLattice;
mirror_lattice_points()
Enjoy!
Instruction:
1.Create a lattice on the source object and modify it as needed
2. Create a default lattice on the target object
3. Select the existing lattice deformer and the target lattice
4. Launch the script and select the axis to mirror along
5. PROFIT!
Release notes:
v. 1.0 (03.01.2025)
+ first public version released