From 5a322bd67cf1f99b4d8fc26e50edb22904f58b9e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 13 Nov 2009 11:10:29 +0000 Subject: F8 reload works again, script errors are printed but dont stop loading every other script --- source/blender/editors/space_script/script_ops.c | 2 -- 1 file changed, 2 deletions(-) (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 fd87705648f..4ac90e852fb 100644 --- a/source/blender/editors/space_script/script_ops.c +++ b/source/blender/editors/space_script/script_ops.c @@ -60,7 +60,6 @@ void script_operatortypes(void) { WM_operatortype_append(SCRIPT_OT_python_file_run); - WM_operatortype_append(SCRIPT_OT_python_run_ui_scripts); } void script_keymap(wmKeyConfig *keyconf) @@ -69,6 +68,5 @@ void script_keymap(wmKeyConfig *keyconf) /* TODO - this is just while we have no way to load a text datablock */ RNA_string_set(WM_keymap_add_item(keymap, "SCRIPT_OT_python_file_run", PKEY, KM_PRESS, KM_CTRL|KM_SHIFT|KM_ALT, 0)->ptr, "path", "test.py"); - WM_keymap_add_item(keymap, "SCRIPT_OT_python_run_ui_scripts", PKEY, KM_PRESS, KM_SHIFT, 0); } -- cgit v1.2.3