mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
Typo
This commit is contained in:
@@ -975,7 +975,7 @@ class OverrideDuplicateMove(bpy.types.Operator):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def execute_ifc_duplicate_operator(self, context, linked=False):
|
def execute_ifc_duplicate_operator(self, context, linked=False):
|
||||||
old_to_new, new_active_object = tool.Geometry.duplicate_ifc_objects(
|
old_to_new, new_active_obj = tool.Geometry.duplicate_ifc_objects(
|
||||||
set(context.selected_objects), linked=linked, active_object=context.active_object
|
set(context.selected_objects), linked=linked, active_object=context.active_object
|
||||||
)
|
)
|
||||||
if new_active_obj:
|
if new_active_obj:
|
||||||
|
|||||||
Reference in New Issue
Block a user