From c263753d1770b5b812ea0e5c38174fa296492e2f Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Mon, 21 Jan 2013 13:45:49 +0000 Subject: Added gsoc-2012 collada improvements from bratwurst branch --- source/blender/collada/GeometryExporter.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/collada/GeometryExporter.h') diff --git a/source/blender/collada/GeometryExporter.h b/source/blender/collada/GeometryExporter.h index 7161bb751dd..7cbbf0da8fa 100644 --- a/source/blender/collada/GeometryExporter.h +++ b/source/blender/collada/GeometryExporter.h @@ -39,9 +39,12 @@ #include "DNA_mesh_types.h" #include "DNA_object_types.h" #include "DNA_scene_types.h" +#include "DNA_key_types.h" #include "ExportSettings.h" +#include "BKE_key.h" + extern Object *bc_get_highest_selected_ancestor_or_self(Object *ob); // TODO: optimize UV sets by making indexed list with duplicates removed @@ -100,6 +103,8 @@ public: COLLADASW::URI getUrlBySemantics(std::string geom_id, COLLADASW::InputSemantic::Semantics type, std::string other_suffix = ""); COLLADASW::URI makeUrl(std::string id); + + void export_key_mesh(Object *ob, Mesh *me, KeyBlock *kb); /* int getTriCount(MFace *faces, int totface);*/ private: -- cgit v1.2.3