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-07-03 15:28:40 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-03 15:28:40 +0400
commitc922b413742588ea2fb267b90a649d0a82447eed (patch)
treec2311dd7888c20beeecadb24dd11d1303f6e58a4 /source/blender/collada/AnimationImporter.h
parenta6320911765c65e87d492c48a0facdb1ca99b8ea (diff)
find_frames() calls removed.
Diffstat (limited to 'source/blender/collada/AnimationImporter.h')
-rw-r--r--source/blender/collada/AnimationImporter.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/blender/collada/AnimationImporter.h b/source/blender/collada/AnimationImporter.h
index 6d66d219e40..ca04771a63d 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -104,15 +104,10 @@ public:
bool is_object_animated ( const COLLADAFW::Node * node , std::map<COLLADAFW::UniqueId,const COLLADAFW::Object*> FW_object_map ) ;
- void Assign_transform_animations(std::vector<float>* frames,
- COLLADAFW::Transformation* transform ,
+ void Assign_transform_animations(COLLADAFW::Transformation* transform ,
const COLLADAFW::AnimationList::AnimationBinding * binding,
std::vector<FCurve*>* curves, bool is_joint, char * joint_path);
- /*void Assign_transform_animations(std::vector<float>* frames,
- COLLADAFW::Transformation *transform ,
- COLLADAFW::AnimationList::AnimationBinding * binding,
- COLLADAFW::Node * node);*/
void modify_fcurve(std::vector<FCurve*>* curves , char* rna_path , int array_index );
// prerequisites:
// animlist_map - map animlist id -> animlist