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-04 23:30:58 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-04 23:30:58 +0400
commitaf5d8528579357aabf7e3fbd1d64d2e40d905615 (patch)
treea9b97f9a1f287755163a91311948818f633286fc /source/blender/collada/AnimationImporter.h
parentab369227fbbfc40756fb49b9d795bd2a8ef7fcd6 (diff)
Light(spot) spot_size (fall of angle in COLLADA) animation support completed.
Diffstat (limited to 'source/blender/collada/AnimationImporter.h')
-rw-r--r--source/blender/collada/AnimationImporter.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationImporter.h b/source/blender/collada/AnimationImporter.h
index 92b6175ccdb..9f32edac447 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -88,7 +88,8 @@ private:
{
INANIMATE = 0,
NODE_TRANSFORM = 1,
- LIGHT_COLOR = 2,
+ LIGHT_COLOR = 2,
+ LIGHT_FOA = 4
};
public:
@@ -121,6 +122,9 @@ public:
void Assign_color_animations(const COLLADAFW::AnimationList::AnimationBinding * binding,
std::vector<FCurve*>* curves);
+ void Assign_float_animations(const COLLADAFW::AnimationList::AnimationBinding * binding,
+ std::vector<FCurve*>* curves, char * anim_type);
+
void modify_fcurve(std::vector<FCurve*>* curves , char* rna_path , int array_index );
// prerequisites:
// animlist_map - map animlist id -> animlist