Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-07-18 23:42:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-07-18 23:42:13 +0400
commit2d88c069bcfcbdd6742decb92b7fc71f72d7f47c (patch)
treebb5a2b27af6d1fd4308a6ef3ae4ddd3ce49ac0f0 /source/creator/creator.c
parent9b75187c55831030d9ba73ac9f2bd17b406be28d (diff)
missed this file in last commit.
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 9bf09a46461..45288bfb9b5 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -549,6 +549,9 @@ int main(int argc, char **argv)
BPY_run_ui_scripts(C, 0); /* dont need to reload the first time */
#endif
+ CTX_py_init_set(C, 1);
+ WM_keymap_init(C); /* after BPY_run_ui_scripts() */
+
#ifdef WITH_QUICKTIME
quicktime_init();