mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
small tweak to previous commit
This commit is contained in:
@@ -1069,7 +1069,8 @@ class OverrideDuplicateMove(bpy.types.Operator):
|
|||||||
operator.report({"ERROR"}, lock_error_message(obj.name))
|
operator.report({"ERROR"}, lock_error_message(obj.name))
|
||||||
|
|
||||||
for obj in objects_to_remove:
|
for obj in objects_to_remove:
|
||||||
obj.select_set(False)
|
# obj.select_set(False)
|
||||||
|
tool.Blender.deselect_object(obj)
|
||||||
|
|
||||||
old_to_new, new_active_obj = tool.Geometry.duplicate_ifc_objects(
|
old_to_new, new_active_obj = tool.Geometry.duplicate_ifc_objects(
|
||||||
set(context.selected_objects) - objects_to_remove,
|
set(context.selected_objects) - objects_to_remove,
|
||||||
|
|||||||
Reference in New Issue
Block a user