From 9f6a66d5f9feb34377cf0e6465020cc80f673d8e Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Fri, 15 Jun 2012 22:00:25 +0000 Subject: Collada: (Exporter) Add new option 'deform bones only' --- source/blender/collada/ArmatureExporter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/collada/ArmatureExporter.h') diff --git a/source/blender/collada/ArmatureExporter.h b/source/blender/collada/ArmatureExporter.h index beef77af767..a7575e9fc09 100644 --- a/source/blender/collada/ArmatureExporter.h +++ b/source/blender/collada/ArmatureExporter.h @@ -120,6 +120,8 @@ private: void add_vertex_weights_element(const std::string& weights_source_id, const std::string& joints_source_id, const std::list& vcount, const std::list& joints); + + void write_bone_URLs(COLLADASW::InstanceController &ins, Object *ob_arm, Bone *bone); }; #endif -- cgit v1.2.3