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:
Diffstat (limited to 'source/blender/collada/AnimationImporter.h')
-rw-r--r--source/blender/collada/AnimationImporter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/collada/AnimationImporter.h b/source/blender/collada/AnimationImporter.h
index d6d5ad03a88..1116ebbfca1 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -100,7 +100,7 @@ private:
// INANIMATE = 0,
LIGHT_COLOR = 2,
LIGHT_FOA = 4,
- LIGHT_FOE = 8
+ LIGHT_FOE = 8,
};
enum cameraAnim
@@ -111,7 +111,7 @@ private:
CAMERA_YFOV = 8,
CAMERA_YMAG = 16,
CAMERA_ZFAR = 32,
- CAMERA_ZNEAR = 64
+ CAMERA_ZNEAR = 64,
};
enum matAnim
@@ -120,13 +120,13 @@ private:
MATERIAL_SPEC_COLOR = 4,
MATERIAL_DIFF_COLOR = 1 << 3,
MATERIAL_TRANSPARENCY = 1 << 4,
- MATERIAL_IOR = 1 << 5
+ MATERIAL_IOR = 1 << 5,
};
enum AnimationType
{
BC_INANIMATE = 0,
- BC_NODE_TRANSFORM = 1
+ BC_NODE_TRANSFORM = 1,
};
struct AnimMix