mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Fix bad indenting in last commit
Sorry, I'm a bit rusty !
This commit is contained in:
@@ -168,7 +168,7 @@ class AddConstrTypeInstance(bpy.types.Operator):
|
||||
tool.Ifc.run("system.assign_port", element=element, port=new_port)
|
||||
tool.Ifc.run("geometry.edit_object_placement", product=new_port, matrix=mat, is_si=True)
|
||||
|
||||
select_and_activate_single_object(context, obj)
|
||||
select_and_activate_single_object(context, obj)
|
||||
return {"FINISHED"}
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user