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-08-10 23:43:40 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-08-10 23:43:40 +0400
commit286a6d39c7b9306b49878f07f560c89f25e65a9b (patch)
tree0088fbaa75a0af6a6bffef1f3070e3dd66cbced4 /source/blender/collada/AnimationImporter.h
parentb5d556d432044f8b6f74962b228024afa00bc882 (diff)
import only transform matrix animation method ( in progress )
Diffstat (limited to 'source/blender/collada/AnimationImporter.h')
-rw-r--r--source/blender/collada/AnimationImporter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/collada/AnimationImporter.h b/source/blender/collada/AnimationImporter.h
index ea7de961382..944e3ba5be5 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -152,6 +152,8 @@ public:
AnimMix* get_animation_type( const COLLADAFW::Node * node , std::map<COLLADAFW::UniqueId,const COLLADAFW::Object*> FW_object_map ) ;
+ void apply_matrix_curves_to_bone( Object * ob, std::vector<FCurve*>& animcurves, COLLADAFW::Node* root ,COLLADAFW::Node* node,
+ COLLADAFW::Transformation * tm , char * joint_path, bool is_joint,const char * bone_name);
void Assign_transform_animations(COLLADAFW::Transformation* transform ,
const COLLADAFW::AnimationList::AnimationBinding * binding,