soc-2008-mxcurioni: renamed all Freestyle API related files with 'BPy_' prefix to avoid library name collision.

Included MediumType's initialization at proper time to avoid Blender's crash.
This commit is contained in:
Maxime Curioni
2008-07-23 07:56:08 +00:00
parent 0c494442d3
commit a9789d90ae
171 changed files with 132 additions and 113 deletions

View File

@@ -0,0 +1,32 @@
PyObject *_wrap_FEdgeSmooth_dupplicate(PyObject *self , PyObject *args) {
}
PyObject *_wrap_FEdgeSmooth_face(PyObject *self , PyObject *args) {
}
PyObject *_wrap_FEdgeSmooth_normal(PyObject *self , PyObject *args) {
}
PyObject *_wrap_FEdgeSmooth_materialIndex(PyObject *self , PyObject *args) {
}
PyObject *_wrap_FEdgeSmooth_material(PyObject *self , PyObject *args) {
}
PyObject *_wrap_FEdgeSmooth_SetFace(PyObject *self , PyObject *args) {
}
PyObject *_wrap_FEdgeSmooth_SetNormal(PyObject *self , PyObject *args) {
}
PyObject *_wrap_FEdgeSmooth_SetMaterialIndex(PyObject *self , PyObject *args) {
}