From c2bcde5c285ec731c3f869324455d85c39ff3c75 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 1 Nov 2018 18:32:37 +0100 Subject: UI: show blocking popup when auto execution of scripts is disabled. This is important information, and it was easily missed at the top/bottom of the screen. Ref T57197. --- source/blender/editors/space_script/script_ops.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/space_script/script_ops.c') diff --git a/source/blender/editors/space_script/script_ops.c b/source/blender/editors/space_script/script_ops.c index 41c07596a3b..90eb38db7f7 100644 --- a/source/blender/editors/space_script/script_ops.c +++ b/source/blender/editors/space_script/script_ops.c @@ -44,7 +44,6 @@ void script_operatortypes(void) { WM_operatortype_append(SCRIPT_OT_python_file_run); WM_operatortype_append(SCRIPT_OT_reload); - WM_operatortype_append(SCRIPT_OT_autoexec_warn_clear); } void script_keymap(wmKeyConfig *UNUSED(keyconf)) -- cgit v1.2.3