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 05:49:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-06-01 05:49:11 +0400
commitedd2b6ca7374c475cbd6fe0c8a15d6bcce6f1e8c (patch)
tree90d97bd988c32f5726e1fcafa78f130cdf038cd3 /source/blender/python
parent526d9cc5fc9bd423815bddd0191fbafb82209f1e (diff)
bugfix for own error
[#13588] Python API Material.sssRadiusBlue 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 818c58109f3..ddf161e5efa 100644
--- a/source/blender/python/api2_2x/Material.c
+++ b/source/blender/python/api2_2x/Material.c
@@ -1179,7 +1179,7 @@ static PyGetSetDef BPy_Material_getseters[] = {
{"sssRadiusBlue",
(getter)Material_getSssRadius, (setter)Material_setSssRadius,
"Mean red scattering path length",
- (void *) 0},
+ (void *) 2},
{"sssIOR",
(getter)Material_getSssIOR, (setter)Material_setSssIOR,
"index of refraction",