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:
Diffstat (limited to 'source/blender/freestyle/intern/python/BPy_Material.cpp')
-rw-r--r--source/blender/freestyle/intern/python/BPy_Material.cpp112
1 files changed, 112 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_Material.cpp b/source/blender/freestyle/intern/python/BPy_Material.cpp
new file mode 100644
index 00000000000..459de449336
--- /dev/null
+++ b/source/blender/freestyle/intern/python/BPy_Material.cpp
@@ -0,0 +1,112 @@
+ PyObject *_wrap_Material_diffuse(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_diffuseR(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_diffuseG(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_diffuseB(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_diffuseA(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_specular(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_specularR(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_specularG(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_specularB(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_specularA(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_ambient(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_ambientR(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_ambientG(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_ambientB(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_ambientA(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_emission(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_emissionR(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_emissionG(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_emissionB(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_emissionA(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_shininess(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_SetDiffuse(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_SetSpecular(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_SetAmbient(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_SetEmission(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material_SetShininess(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material___ne__(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_Material___eq__(PyObject *self , PyObject *args) {
+}
+
+