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:
authorArystanbek Dyussenov <arystan.d@gmail.com>2009-08-13 15:14:06 +0400
committerArystanbek Dyussenov <arystan.d@gmail.com>2009-08-13 15:14:06 +0400
commit44ddff5c516058a73f0297a94845b2e835307d2f (patch)
tree5e0303f5b6a3eb6becbaac86462cca563c3ad52a /source/blender/makesrna/intern/rna_material_api.c
parent6a056e4717c6f194aaac5dabe5c6bc6c8e32006e (diff)
- 3ds importer working (without the "scale to size" option)
- changing object.matrix now updates object.loc/rot/scale - added bpy.data.add_lamp()
Diffstat (limited to 'source/blender/makesrna/intern/rna_material_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_material_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_material_api.c b/source/blender/makesrna/intern/rna_material_api.c
index e2b47460fdb..aa28b6b923c 100644
--- a/source/blender/makesrna/intern/rna_material_api.c
+++ b/source/blender/makesrna/intern/rna_material_api.c
@@ -101,7 +101,7 @@ void RNA_api_material(StructRNA *srna)
static EnumPropertyItem prop_texture_mapto_items[] = {
{MAP_COL, "COLOR", 0, "Color", "Causes the texture to affect basic color of the material"},
{MAP_NORM, "NORMAL", 0, "Normal", "Causes the texture to affect the rendered normal"},
- {MAP_COLSPEC, "SPEC_COLOR", 0, "Specularity Color", "Causes the texture to affect the specularity color"},
+ {MAP_COLSPEC, "SPECULAR_COLOR", 0, "Specularity Color", "Causes the texture to affect the specularity color"},
{MAP_COLMIR, "MIRROR", 0, "Mirror", "Causes the texture to affect the mirror color"},
{MAP_REF, "REFLECTION", 0, "Reflection", "Causes the texture to affect the value of the materials reflectivity"},
{MAP_SPEC, "SPECULARITY", 0, "Specularity", "Causes the texture to affect the value of specularity"},