RootCauseunvalidated
The default Blender selection state is sticky across operators. — `obj.select_set(True); bpy.context.view_layer.objects.active = obj` for the new one, both A and B are still selected. Outcome: Edit mode then operates on every mesh in `context.selected_objects`.
d91e63df-a1ec-48ef-b947-8d14cb4991bc
The default Blender selection state is sticky across operators. — obj.select_set(True); bpy.context.view_layer.objects.active = obj for the new one, both A and B are still selected. Outcome: Edit mode then operates on every mesh in context.selected_objects.