SimpleLattice
a small blender 2.9 addon to make working with lattices simpler.
Basically just select objects/vertices and run>SimpleLattice. This will add a lattice object, creates modifiers and vertex groups.
You can choose the alignment of the lattice, the number of control points and the interplation type.
It also does auto cleanup in the back, but only on modifiers & vertex groups with "SimpleLattice" in the name.
How to use:
- RMB on selected objects or elements - Create Lattice.
- RMB on lattice object - Apply/Remove or tweak strength.
Examples:
- Object mode - multiple objects
https://user-images.githubusercontent.com/87300864/129005850-5dd55a01-a4b6-4563-a1a3-bb604aecedec.mp4
- Edit mode - multiple objects
https://user-images.githubusercontent.com/87300864/129006117-9be021ac-ddcc-401c-b9ce-5fc3e12b24bc.mp4
- Single object editing
https://user-images.githubusercontent.com/87300864/129006206-5f0216a5-43be-4c3d-bb6c-3915fed2c579.mp4
Update 0.1.1
- 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.
https://user-images.githubusercontent.com/87300864/130314258-247fdae1-cb4c-4a04-9325-b5ede65cbcb1.mp4
https://user-images.githubusercontent.com/87300864/130314393-aa7842e3-978c-4d40-aa35-995bc98be90c.mp4
Update 0.1.2
- Little UI tweaks.
- Added Addon preferences - where you can define default values for adding Lattice.
Update 0.1.3
- Added option "Ignore Modifiers". For cases where you need to modify only original object.
- Added Addon preference for "Ignore Modifiers".
Update 0.1.4
- Fix for "Flat" surfaces (was impossible to manipulate lattice points)
- Fix for Grease Pencil objects (can create lattice for object, but not for gpencil selection points)
Update 0.1.5
- Minor UI changes for search operator
- Added menu entry to Object and Mesh
- Fix for instanced object/s. Now, before applying the lattice, it makes a single user and then applies the lattice.
Update 0.1.6
-
More accurate bbox calculation for MESH objects if object have custom rotation
-
New feature to tweak angles for created lattice object
https://user-images.githubusercontent.com/87300864/229339025-baf61493-59dc-4dc4-878e-4fc9bcb01a9e.mp4