From 6913060f0cc1ba3dae423ee74eeb6276e735ce04 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 23 Apr 2025 10:55:08 +0500 Subject: [PATCH] bim.expand_target_view - remove trailing space from description --- src/bonsai/bonsai/bim/module/drawing/operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/bim/module/drawing/operator.py b/src/bonsai/bonsai/bim/module/drawing/operator.py index 69c1fd6ca7..704a1cd849 100644 --- a/src/bonsai/bonsai/bim/module/drawing/operator.py +++ b/src/bonsai/bonsai/bim/module/drawing/operator.py @@ -3298,7 +3298,7 @@ class DisableEditingDrawings(bpy.types.Operator, tool.Ifc.Operator): class ExpandTargetView(bpy.types.Operator): bl_idname = "bim.expand_target_view" bl_label = "Expand Target View" - bl_description = "\nSHIFT+CLICK to expand all view categories " + bl_description = "\nSHIFT+CLICK to expand all view categories" bl_options = {"REGISTER", "UNDO"} target_view: bpy.props.StringProperty()