Multi object edit - UV_OT_select split
Details
Details
- Reviewers
Campbell Barton (campbellbarton) Dalai Felinto (dfelinto) - Maniphest Tasks
- T54645: Multi-Object-Mode: EditMesh UV Tools
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Replaced
BKE_view_layer_array_from_objects_in_edit_mode_unique_data(
with
BKE_view_layer_array_from_objects_in_edit_mode_unique_data_with_uvs(
.
| source/blender/editors/uvedit/uvedit_ops.c | ||
|---|---|---|
| 2653 | MEM_freeN(objects); | |
Comment Actions
I handled this operator on:
rB577d35ef2cc5e023939b4c2d880b1434ae72e66b
For the records, I like that in your patch you only call the notifier once. However I went ahead and called it once per object since we may need to tag them individually for DEG anyways.