This is fantastic! Any chance you could automatically align the lattice to the selection in edit mode?
Right now I can snap the cursor and use that, but it would save me some steps.
Hi,
try this SimpleLattice-master_2021.08.13.zip (22.9 KB)
I added Normal orientation by default, it uses selection normal in Edit mode to align Lattice,
for Object mode it’s same as Local
Added new orientation - Normal. It simply create orientation from selection and align Lattice.
Added possibility to change Lattice resolution in RMB menu, when Lattice is selected. Restricted values from 2 to 20 (for now you can change in __init__.py for any you need in class RESOLUTIONUVW_PG_main(PropertyGroup): )
Would it be possible to make the bounding box calculation ignore hidden modifiers? For example if I use Mirror I might want to conform the lattice to the original object before Mirror is applied depending on whether or not Mirror is visible when I create the lattice.
Hi,
try to replace op_LatticeCreate.py
in the c:\Users\User_Name\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\SimpleLattice-master\
with this test file (save the old just in case):