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>2007-05-04 07:23:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-05-04 07:23:40 +0400
commit7bd69efaec73e4c4fa019892ffd8dd4a8e2fee61 (patch)
tree0a403a500540af8d829de2d694d7eb31463ea7d0 /source/blender/python/api2_2x/Material.h
parent3a8c6c81d84f5ee6b7ae7fb8cfcba65736f08908 (diff)
added access to SSS settings in Python
buttons_shading.c - 2 tooltips elaborated
Diffstat (limited to 'source/blender/python/api2_2x/Material.h')
-rw-r--r--source/blender/python/api2_2x/Material.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/Material.h b/source/blender/python/api2_2x/Material.h
index e939b95a921..c4061f795c7 100644
--- a/source/blender/python/api2_2x/Material.h
+++ b/source/blender/python/api2_2x/Material.h
@@ -45,8 +45,7 @@
typedef struct {
PyObject_HEAD
Material * material; /* libdata must be second */
- BPy_rgbTuple *col, *amb, *spec, *mir;
-
+ BPy_rgbTuple *col, *amb, *spec, *mir, *sss;
} BPy_Material;
extern PyTypeObject Material_Type; /* The Material PyType Object */