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:
57
source/blender/freestyle/intern/python/BPy_Operators.cpp
Normal file
57
source/blender/freestyle/intern/python/BPy_Operators.cpp
Normal file
@@ -0,0 +1,57 @@
|
||||
PyObject *Operators_select(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
PyObject *Operators_chain(PyObject *self, PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
PyObject *Operators_bidirectionalChain(PyObject *self, PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
PyObject *Operators_sequentialSplit(PyObject *self, PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
PyObject *Operators_recursiveSplit(PyObject *self, PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
PyObject *Operators_sort(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
PyObject *Operators_create(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
PyObject *Operators_getViewEdgeFromIndex(PyObject *self , PyObject *args) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
PyObject *Operators_getChainFromIndex(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
PyObject *Operators_getStrokeFromIndex(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
PyObject *Operators_getViewEdgesSize(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
PyObject *Operators_getChainsSize(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
PyObject *Operators_getStrokesSize(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
PyObject *delete_Operators(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user