Adds multi-object-mode support for lattice select ungrouped
Details
Details
- Reviewers
Campbell Barton (campbellbarton) - Maniphest Tasks
- T54647: Multi-Object-Mode: Edit Lattice Tools
Diff Detail
Diff Detail
Event Timeline
| source/blender/editors/lattice/editlattice_select.c | ||
|---|---|---|
| 456 | Should use: BKE_view_layer_array_from_objects_in_edit_mode_unique_data | |
Comment Actions
Made changes requested by @Campbell Barton (campbellbarton) .
Issues: Operator only makes selection for objects with vertex groups. This behavior may be non-intuitive depending on what
a user wants to do.
Comment Actions
Thanks, committed a similar solution to rBc052d38d0a59478035151af8c5cf9267c7414933.
Your solution was getting RNA_boolean_get inside the for loop by the way.