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,112 @@
PyObject *_wrap_Curve_computeCurvatureAndOrientation(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_push_vertex_back__SWIG_0(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_push_vertex_back__SWIG_1(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_push_vertex_back(PyObject *self, PyObject *args) {
}
PyObject *_wrap_Curve_push_vertex_front__SWIG_0(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_push_vertex_front__SWIG_1(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_push_vertex_front(PyObject *self, PyObject *args) {
}
PyObject *_wrap_Curve_empty(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_getLength2D(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_getId(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_nSegments(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_setId(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_curvePointsBegin__SWIG_0(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_curvePointsBegin__SWIG_1(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_curvePointsBegin(PyObject *self, PyObject *args) {
}
PyObject *_wrap_Curve_curvePointsEnd__SWIG_0(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_curvePointsEnd__SWIG_1(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_curvePointsEnd(PyObject *self, PyObject *args) {
}
PyObject *_wrap_Curve_curveVerticesBegin(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_curveVerticesEnd(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_verticesBegin(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_verticesEnd(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_pointsBegin__SWIG_0(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_pointsBegin__SWIG_1(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_pointsBegin(PyObject *self, PyObject *args) {
}
PyObject *_wrap_Curve_pointsEnd__SWIG_0(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_pointsEnd__SWIG_1(PyObject *self , PyObject *args) {
}
PyObject *_wrap_Curve_pointsEnd(PyObject *self, PyObject *args) {
}