[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [24862] trunk/blender/source/blender: Fix for last commit, forgot to update collada.

Brecht Van Lommel brecht at blender.org
Tue Nov 24 13:35:07 CET 2009


Revision: 24862
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24862
Author:   blendix
Date:     2009-11-24 13:35:06 +0100 (Tue, 24 Nov 2009)

Log Message:
-----------
Fix for last commit, forgot to update collada.

Modified Paths:
--------------
    trunk/blender/source/blender/collada/DocumentImporter.cpp
    trunk/blender/source/blender/editors/animation/keyframing.c
    trunk/blender/source/blender/editors/animation/keyingsets.c

Modified: trunk/blender/source/blender/collada/DocumentImporter.cpp
===================================================================
--- trunk/blender/source/blender/collada/DocumentImporter.cpp	2009-11-24 12:15:17 UTC (rev 24861)
+++ trunk/blender/source/blender/collada/DocumentImporter.cpp	2009-11-24 12:35:06 UTC (rev 24862)
@@ -536,7 +536,7 @@
 			}
 
 			DAG_scene_sort(CTX_data_scene(C));
-			ED_anim_dag_flush_update(C);
+			DAG_ids_flush_update(0);
 			WM_event_add_notifier(C, NC_OBJECT|ND_TRANSFORM, NULL);
 		}
 

Modified: trunk/blender/source/blender/editors/animation/keyframing.c
===================================================================
--- trunk/blender/source/blender/editors/animation/keyframing.c	2009-11-24 12:15:17 UTC (rev 24861)
+++ trunk/blender/source/blender/editors/animation/keyframing.c	2009-11-24 12:35:06 UTC (rev 24862)
@@ -53,6 +53,7 @@
 #include "BKE_animsys.h"
 #include "BKE_action.h"
 #include "BKE_constraint.h"
+#include "BKE_depsgraph.h"
 #include "BKE_fcurve.h"
 #include "BKE_nla.h"
 #include "BKE_global.h"

Modified: trunk/blender/source/blender/editors/animation/keyingsets.c
===================================================================
--- trunk/blender/source/blender/editors/animation/keyingsets.c	2009-11-24 12:15:17 UTC (rev 24861)
+++ trunk/blender/source/blender/editors/animation/keyingsets.c	2009-11-24 12:35:06 UTC (rev 24862)
@@ -53,6 +53,7 @@
 #include "BKE_animsys.h"
 #include "BKE_action.h"
 #include "BKE_constraint.h"
+#include "BKE_depsgraph.h"
 #include "BKE_fcurve.h"
 #include "BKE_utildefines.h"
 #include "BKE_context.h"





More information about the Bf-blender-cvs mailing list