[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57697] trunk/blender/source/blender/ collada: Added missing include to collada sources

Gaia Clary gaia.clary at machinimatrix.org
Mon Jun 24 15:17:21 CEST 2013


Revision: 57697
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57697
Author:   gaiaclary
Date:     2013-06-24 13:17:21 +0000 (Mon, 24 Jun 2013)
Log Message:
-----------
Added missing include to collada sources

Modified Paths:
--------------
    trunk/blender/source/blender/collada/AnimationExporter.h
    trunk/blender/source/blender/collada/SkinInfo.cpp

Modified: trunk/blender/source/blender/collada/AnimationExporter.h
===================================================================
--- trunk/blender/source/blender/collada/AnimationExporter.h	2013-06-24 13:04:58 UTC (rev 57696)
+++ trunk/blender/source/blender/collada/AnimationExporter.h	2013-06-24 13:17:21 UTC (rev 57697)
@@ -35,6 +35,7 @@
 #include "DNA_armature_types.h"
 #include "DNA_material_types.h"
 #include "DNA_constraint_types.h"
+#include "DNA_scene_types.h"
 
 #include "BLI_math.h"
 #include "BLI_string.h"

Modified: trunk/blender/source/blender/collada/SkinInfo.cpp
===================================================================
--- trunk/blender/source/blender/collada/SkinInfo.cpp	2013-06-24 13:04:58 UTC (rev 57696)
+++ trunk/blender/source/blender/collada/SkinInfo.cpp	2013-06-24 13:17:21 UTC (rev 57697)
@@ -37,6 +37,7 @@
 #include "BKE_object.h"
 #include "DNA_armature_types.h"
 #include "DNA_modifier_types.h"
+#include "DNA_scene_types.h"
 #include "ED_mesh.h"
 #include "ED_object.h"
 #include "BKE_action.h"




More information about the Bf-blender-cvs mailing list