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:
authorCampbell Barton <ideasman42@gmail.com>2008-06-01 17:18:26 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-06-01 17:18:26 +0400
commitc0199e192dca28b4d08207dea51c86c3add72cd8 (patch)
treec9d16243af02462658a23d7f26a6d7623b3f0d1b /source/blender/python
parent26cb5fa0db6f43a44358f8adc1529ebe58d41d3a (diff)
bugfix (typo) [#13587] Python API Material.sssFront broken
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/api2_2x/Material.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Material.c b/source/blender/python/api2_2x/Material.c
index ddf161e5efa..c36213950b0 100644
--- a/source/blender/python/api2_2x/Material.c
+++ b/source/blender/python/api2_2x/Material.c
@@ -1196,7 +1196,7 @@ static PyGetSetDef BPy_Material_getseters[] = {
(getter)Material_getSssTexScatter, (setter)Material_setSssTexScatter,
"Texture scattering factor",
NULL},
- {"sssFont",
+ {"sssFront",
(getter)Material_getSssFront, (setter)Material_setSssFront,
"Front scattering weight",
NULL},