BenjaminSauder/SimpleLattice

Simple lattice not taking into account modifier stack

Closed this issue · 3 comments

Hi, in Blender 3.5, Simple Lattice is not taking into account the modifier stack when calculating the bounding box. The toggle in the addon's preferences for ignoring modifiers does not make a difference, but is left unchecked.

Here is an example of a simple object with two array modifiers, and the simple lattice is created on top of the bounding box of the geometry prior to the modifiers

image

Thanks for this catch!
I'll see what the problem is.

Made a quick fix.
Removed "On top"/"Bottom" deprecated feature.
Now it should take into account all modifiers stack.
And if need to ignore all modifiers, there is "Ignore Modifiers" feature.

I can confirm it's working properly now.