Fix #107670: Lattice undo misses vertex group weights data #107776

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:107670 into main 2023-05-10 09:23:47 +02:00

1 Commits

Author SHA1 Message Date
70532faee9 Fix #107670: Lattice undo misses vertex group weights data
Operations such as assigning or removing weights were simply not
undoable (no previous weights were applied back to the EditLatt). Now
add MDeformVert data to UndoLattice and handle with
appropriate functions during Undo.
2023-05-09 10:17:03 +02:00