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,104 @@
PyObject *_wrap_ViewMap_userdata_set(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_userdata_get(PyObject *self , PyObject *args) {
}
PyObject *_wrap_new_ViewMap(PyObject *self , PyObject *args) {
}
PyObject *_wrap_delete_ViewMap(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_GetClosestViewEdge(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_GetClosestFEdge(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_getInstance(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_ViewShapes(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_ViewEdges(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_ViewVertices(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_FEdges(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_SVertices(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_viewedges_begin(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_viewedges_end(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_viewedges_size(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_viewShape(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_shapeIdToIndexMap(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_getScene3dBBox(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_AddViewShape(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_AddViewEdge(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_AddViewVertex(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_AddFEdge(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_AddSVertex(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_setScene3dBBox(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_CreateTVertex(PyObject *self , PyObject *args) {
}
PyObject *_wrap_ViewMap_InsertViewVertex(PyObject *self , PyObject *args) {
}