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-16 19:04:37 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-06-16 19:04:37 +0400
commit6aa524f357154fd927fff537c04c32c46611f3d0 (patch)
treeda9cc59fb29aea500454a5b819e4c52880fcb762 /source/blender/collada/AnimationExporter.h
parenta90d30c8638a87234048060d8fcb385369b3daaf (diff)
AnimationExporter - Quaternion to euler conversion ( in progress )
AnimationImporter - Action group assignment to bones - Revert to conversion of angles from deg to rad.
Diffstat (limited to 'source/blender/collada/AnimationExporter.h')
-rw-r--r--source/blender/collada/AnimationExporter.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index 8fe2a0db04b..e05fac4eed7 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -112,9 +112,7 @@ protected:
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);*/
+ float * get_eul_source_for_quat(Object *ob );
std::string create_source_from_fcurve(COLLADASW::InputSemantic::Semantics semantic, FCurve *fcu, const std::string& anim_id, const char *axis_name);