This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/freestyle/intern/python/BPy_ViewMap.cpp

105 lines
1.9 KiB
C++
Raw Normal View History

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) {
}