Page MenuHome

Multi-Object-Mode: LATTICE_OT_flip
AbandonedPublic

Authored by Ian Karanja (ranjian0) on Apr 21 2018, 9:10 AM.

Details

Summary

Adds multi-object-mode support for lattice flip

Diff Detail

Event Timeline

Campbell Barton (campbellbarton) requested changes to this revision.Apr 22 2018, 9:02 AM
Campbell Barton (campbellbarton) added inline comments.
source/blender/editors/lattice/editlattice_tools.c
245

This will leak memory and skip other lattices.

This revision now requires changes to proceed.Apr 22 2018, 9:02 AM
source/blender/editors/lattice/editlattice_tools.c
208

Should use BKE_view_layer_array_from_objects_in_edit_mode_unique_data

Thanks. The core of this was just committed in a similar patch. That said, I want to do extra changes to make the operator work in world space, not local (for the axis).

Thanks. The core of this was just committed in a similar patch. That said, I want to do extra changes to make the operator work in world space, not local (for the axis).