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-27 23:08:18 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-27 23:08:18 +0400
commit90b64737f12f749b93e6a609b1b3680938ef6b85 (patch)
tree0bca86959709a5f68d3b92b5c55f006fd41949e7 /source/blender/collada/AnimationImporter.h
parent4a32691416a3069e468bee81c862ccb77fce0556 (diff)
Material Diffuse Color animation COLLADA 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 a274d0ebb01..642d218dd41 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -109,7 +109,8 @@ private:
enum matAnim
{
MATERIAL_SHININESS = 2,
- MATERIAL_SPEC_COLOR = 4
+ MATERIAL_SPEC_COLOR = 4,
+ MATERIAL_DIFF_COLOR = 1 << 3
};
enum AnimationType