ahh
This commit is contained in:
Andrej730
2025-02-21 17:31:27 +05:00
parent fed8c21625
commit 69535c53e0
@@ -742,7 +742,7 @@ class OverrideDelete(bpy.types.Operator):
self.process_arrays(context)
clear_active_object = True
objects_to_remove = context.selectable_objects
objects_to_remove = context.selected_objects
for i, obj in enumerate(objects_to_remove, 1):
# Log time.
time_since_start = time() - start_time