mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 03:21:00 +00:00
Update workspace.py cosmetic remove nl from previous edits
This commit is contained in:
committed by
Bruno Perdigão
parent
b26890f74b
commit
38fe7fea65
@@ -108,6 +108,5 @@ class ExploreHotkey(bpy.types.Operator):
|
|||||||
measure_type = bpy.context.scene.MeasureToolSettings.measurement_type
|
measure_type = bpy.context.scene.MeasureToolSettings.measurement_type
|
||||||
if measure_type == "FACE_AREA":
|
if measure_type == "FACE_AREA":
|
||||||
bpy.ops.bim.measure_face_area_tool("INVOKE_DEFAULT")
|
bpy.ops.bim.measure_face_area_tool("INVOKE_DEFAULT")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
bpy.ops.bim.measure_tool("INVOKE_DEFAULT", measure_type=measure_type)
|
bpy.ops.bim.measure_tool("INVOKE_DEFAULT", measure_type=measure_type)
|
||||||
|
|||||||
Reference in New Issue
Block a user