mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 05:52:33 +00:00
Applied formatting
This commit is contained in:
committed by
Ryan Schultz
parent
8b621089a8
commit
428a780181
@@ -800,6 +800,7 @@ class FlipFill(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
tool.Geometry.reload_representation(filled_object)
|
tool.Geometry.reload_representation(filled_object)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -682,6 +682,7 @@ class MirrorElements(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
|
|
||||||
obj.matrix_world = newmat
|
obj.matrix_world = newmat
|
||||||
|
|
||||||
|
|
||||||
class TrueMirrorElements(bpy.types.Operator, tool.Ifc.Operator):
|
class TrueMirrorElements(bpy.types.Operator, tool.Ifc.Operator):
|
||||||
bl_idname = "bim.mirror_geometry"
|
bl_idname = "bim.mirror_geometry"
|
||||||
bl_label = "Mirror Element Geometry"
|
bl_label = "Mirror Element Geometry"
|
||||||
|
|||||||
Reference in New Issue
Block a user