Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-06-15 00:42:01 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-06-15 00:42:01 +0400
commitf3f3bcc45e701fac4abcfb68a2bbc60e06e6a9f4 (patch)
tree8d9d665c6aa6c9824d5bcbbce42e85252394ba63 /source/blender/collada/AnimationExporter.h
parentd8974a60f6811faa2872b55eda41b03387614ed1 (diff)
New Animation Import system. Only Mesh object animation import support implemented for now.
Diffstat (limited to 'source/blender/collada/AnimationExporter.h')
-rw-r--r--source/blender/collada/AnimationExporter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index 0368e34dc42..8fe2a0db04b 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -111,6 +111,10 @@ protected:
COLLADASW::InputSemantic::Semantics semantic, bool is_rot, const char *axis);
void get_source_values(BezTriple *bezt, COLLADASW::InputSemantic::Semantics semantic, bool rotation, float *values, int *length);
+
+ /*float * get_eul_source_for_quat(Object *ob );*/
+
+ /*std::string create_source_from_array(COLLADASW::InputSemantic::Semantics semantic, float *v, int tot, const std::string& anim_id, int array_index);*/
std::string create_source_from_fcurve(COLLADASW::InputSemantic::Semantics semantic, FCurve *fcu, const std::string& anim_id, const char *axis_name);