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-07 20:56:56 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-07 20:56:56 +0400
commitbe918954bd71ed801652039c6f4a0c98094bdc77 (patch)
tree9a36c6ffe7540d277ac4ef8294149152333dfa4e /source/blender/collada/AnimationImporter.h
parentc57ac39f7f0629a1ec73654664202637a07cb770 (diff)
Fixed Camera Ortho scale animation import
Diffstat (limited to 'source/blender/collada/AnimationImporter.h')
-rw-r--r--source/blender/collada/AnimationImporter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationImporter.h b/source/blender/collada/AnimationImporter.h
index 22bff6e493d..138d932cdbf 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -93,7 +93,8 @@ private:
LIGHT_COLOR = 2,
LIGHT_FOA = 4,
LIGHT_FOE = 8,
- CAMERA_XFOV = 16
+ CAMERA_XFOV = 16,
+ CAMERA_XMAG = 32
};
public: