mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 04:00:08 +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("system.assign_port", element=element, port=new_port)
|
||||||
tool.Ifc.run("geometry.edit_object_placement", product=new_port, matrix=mat, is_si=True)
|
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"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user