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-09 23:33:02 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-09 23:33:02 +0400
commitdaddbc62df5f8ade39b25acd4e333c5c3bd88b5a (patch)
tree821f4c9e83110e7db0517e279e435758f0fd2688 /source/blender/collada/AnimationImporter.h
parenteb452225cec986e44f049d0cd42e862be13e4126 (diff)
Diffstat (limited to 'source/blender/collada/AnimationImporter.h')
-rw-r--r--source/blender/collada/AnimationImporter.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/source/blender/collada/AnimationImporter.h b/source/blender/collada/AnimationImporter.h
index 037ae04a0b4..9337e80d63b 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -98,18 +98,15 @@ private:
{
// INANIMATE = 0,
CAMERA_XFOV = 2,
- CAMERA_XMAG = 4
+ CAMERA_XMAG = 4,
+ CAMERA_ZFAR = 8,
+ CAMERA_ZNEAR = 16
};
enum AnimationType
{
INANIMATE = 0,
NODE_TRANSFORM = 1,
- /* LIGHT_COLOR = 2,
- LIGHT_FOA = 4,
- LIGHT_FOE = 8,
- CAMERA_XFOV = 16,
- CAMERA_XMAG = 32*/
};
struct AnimMix
@@ -152,7 +149,9 @@ public:
std::vector<FCurve*>* curves);
void Assign_float_animations(const COLLADAFW::UniqueId& listid, ListBase *AnimCurves, char * anim_type);
-
+
+ int setAnimType ( const COLLADAFW::Animatable * prop , int type, int addition);
+
void modify_fcurve(std::vector<FCurve*>* curves , char* rna_path , int array_index );
// prerequisites:
// animlist_map - map animlist id -> animlist