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:
112
source/blender/freestyle/intern/python/Interface1D/BPy_Curve.cpp
Normal file
112
source/blender/freestyle/intern/python/Interface1D/BPy_Curve.cpp
Normal 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) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user