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-31 09:04:12 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-31 09:04:12 +0400
commitf3c867c3dbde6919653e7cc712099e48b7508715 (patch)
treef9e0be7e480925aca484f960f66970fec49f91ff /source/blender/collada/AnimationImporter.h
parentd3edf274b0d79b37ccde1211f62f3b08c46c1cce (diff)
Camera Clipping animation COLLADA support fix.
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 642d218dd41..02b7b05afec 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -110,7 +110,8 @@ private:
{
MATERIAL_SHININESS = 2,
MATERIAL_SPEC_COLOR = 4,
- MATERIAL_DIFF_COLOR = 1 << 3
+ MATERIAL_DIFF_COLOR = 1 << 3,
+ MATERIAL_TRANSPARENCY = 1 << 4
};
enum AnimationType