[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35725] trunk/blender/source/creator/ creator.c: Forgot this file in previous commit.

Brecht Van Lommel brechtvanlommel at pandora.be
Wed Mar 23 15:17:55 CET 2011


Revision: 35725
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35725
Author:   blendix
Date:     2011-03-23 14:17:55 +0000 (Wed, 23 Mar 2011)
Log Message:
-----------
Forgot this file in previous commit.

Modified Paths:
--------------
    trunk/blender/source/creator/creator.c

Modified: trunk/blender/source/creator/creator.c
===================================================================
--- trunk/blender/source/creator/creator.c	2011-03-23 14:06:44 UTC (rev 35724)
+++ trunk/blender/source/creator/creator.c	2011-03-23 14:17:55 UTC (rev 35725)
@@ -72,7 +72,7 @@
 #include "BKE_utildefines.h"
 #include "BKE_blender.h"
 #include "BKE_context.h"
-#include "BKE_depsgraph.h" // for DAG_on_load_update
+#include "BKE_depsgraph.h" // for DAG_on_visible_update
 #include "BKE_font.h"
 #include "BKE_global.h"
 #include "BKE_main.h"
@@ -993,7 +993,7 @@
 			G.relbase_valid = 1;
 			if (CTX_wm_manager(C) == NULL) CTX_wm_manager_set(C, wm); /* reset wm */
 
-			DAG_on_load_update(CTX_data_main(C), TRUE);
+			DAG_on_visible_update(CTX_data_main(C), TRUE);
 		}
 
 		/* WM_read_file() runs normally but since we're in background mode do here */




More information about the Bf-blender-cvs mailing list