From dbb0764ca7f1a7cd84a375f8edebdfe8db7e39c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Br=C3=BCckner?= Date: Sat, 24 Jul 2021 20:16:54 +0200 Subject: [PATCH] Fix typo --- blender/arm/live_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blender/arm/live_patch.py b/blender/arm/live_patch.py index 0c4fe046..18f2dcdc 100644 --- a/blender/arm/live_patch.py +++ b/blender/arm/live_patch.py @@ -361,7 +361,7 @@ IGNORE_OPERATORS = ( 'OBJECT_OT_editmode_toggle', 'OUTLINER_OT_item_activate', - 'UI_OT_button_string_clear' + 'UI_OT_button_string_clear', 'VIEW3D_OT_select', 'VIEW3D_OT_select_box', )