[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38485] branches/soc-2011-pepper/source/ blender/collada/AnimationImporter.h: Identifying Animation List for Material shininess.

Sukhitha Jayathilake pr.jayathilake at gmail.com
Mon Jul 18 20:31:01 CEST 2011


Revision: 38485
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38485
Author:   phabtar
Date:     2011-07-18 18:31:01 +0000 (Mon, 18 Jul 2011)
Log Message:
-----------
Identifying Animation List for Material shininess. 

Modified Paths:
--------------
    branches/soc-2011-pepper/source/blender/collada/AnimationImporter.h

Modified: branches/soc-2011-pepper/source/blender/collada/AnimationImporter.h
===================================================================
--- branches/soc-2011-pepper/source/blender/collada/AnimationImporter.h	2011-07-18 18:14:22 UTC (rev 38484)
+++ branches/soc-2011-pepper/source/blender/collada/AnimationImporter.h	2011-07-18 18:31:01 UTC (rev 38485)
@@ -102,6 +102,11 @@
 		CAMERA_ZFAR = 8,
 		CAMERA_ZNEAR = 16
 	};
+
+	enum matAnim
+	{
+		MATERIAL_SHININESS = 2
+	};
 	
 	enum AnimationType
 		{




More information about the Bf-blender-cvs mailing list