[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23369] branches/soc-2009-chingachgook/ source/blender/collada/DocumentImporter.cpp: Update code to build with the latest OpenCollada (rev 588).

Arystanbek Dyussenov arystan.d at gmail.com
Sun Sep 20 17:55:45 CEST 2009


Revision: 23369
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23369
Author:   kazanbas
Date:     2009-09-20 17:55:44 +0200 (Sun, 20 Sep 2009)

Log Message:
-----------
Update code to build with the latest OpenCollada (rev 588).

Updated instructions for building OpenCollada with scons (Makefiles deprecated) are here: http://wiki.blender.org/index.php/User:Kazanbas/Building_OpenCollada

Revision Links:
--------------
    http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=588

Modified Paths:
--------------
    branches/soc-2009-chingachgook/source/blender/collada/DocumentImporter.cpp

Modified: branches/soc-2009-chingachgook/source/blender/collada/DocumentImporter.cpp
===================================================================
--- branches/soc-2009-chingachgook/source/blender/collada/DocumentImporter.cpp	2009-09-20 15:30:52 UTC (rev 23368)
+++ branches/soc-2009-chingachgook/source/blender/collada/DocumentImporter.cpp	2009-09-20 15:55:44 UTC (rev 23369)
@@ -2264,7 +2264,7 @@
 												anim_importer(&unit_converter, &armature_importer, CTX_data_scene(C)) {}
 
 	/** Destructor. */
-	~Writer() {};
+	~Writer() {}
 
 	bool write()
 	{
@@ -2830,6 +2830,11 @@
 	{
 		return true;
 	}
+
+	virtual bool writeKinematicsScene( const COLLADAFW::KinematicsScene* kinematicsScene )
+	{
+		return true;
+	}
 };
 
 void DocumentImporter::import(bContext *C, const char *filename)





More information about the Bf-blender-cvs mailing list