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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/collada/AnimationImporter.h b/source/blender/collada/AnimationImporter.h
index ff49bc369cf..9d763ea391d 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -99,7 +99,7 @@ private:
// INANIMATE = 0,
LIGHT_COLOR = 2,
LIGHT_FOA = 4,
- LIGHT_FOE = 8
+ LIGHT_FOE = 8,
};
enum cameraAnim
@@ -110,7 +110,7 @@ private:
CAMERA_YFOV = 8,
CAMERA_YMAG = 16,
CAMERA_ZFAR = 32,
- CAMERA_ZNEAR = 64
+ CAMERA_ZNEAR = 64,
};
enum matAnim
@@ -119,7 +119,7 @@ private:
MATERIAL_SPEC_COLOR = 4,
MATERIAL_DIFF_COLOR = 1 << 3,
MATERIAL_TRANSPARENCY = 1 << 4,
- MATERIAL_IOR = 1 << 5
+ MATERIAL_IOR = 1 << 5,
};
enum AnimationType