mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +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
|
||||
if measure_type == "FACE_AREA":
|
||||
bpy.ops.bim.measure_face_area_tool("INVOKE_DEFAULT")
|
||||
|
||||
else:
|
||||
bpy.ops.bim.measure_tool("INVOKE_DEFAULT", measure_type=measure_type)
|
||||
|
||||
Reference in New Issue
Block a user