[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21682] branches/blender2.5/blender/source /creator/creator.c: missed this file in last commit.

Campbell Barton ideasman42 at gmail.com
Sat Jul 18 21:42:13 CEST 2009


Revision: 21682
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21682
Author:   campbellbarton
Date:     2009-07-18 21:42:13 +0200 (Sat, 18 Jul 2009)

Log Message:
-----------
missed this file in last commit.

Modified Paths:
--------------
    branches/blender2.5/blender/source/creator/creator.c

Modified: branches/blender2.5/blender/source/creator/creator.c
===================================================================
--- branches/blender2.5/blender/source/creator/creator.c	2009-07-18 19:40:26 UTC (rev 21681)
+++ branches/blender2.5/blender/source/creator/creator.c	2009-07-18 19:42:13 UTC (rev 21682)
@@ -549,6 +549,9 @@
 	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();





More information about the Bf-blender-cvs mailing list