Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BPy_ChainingIterator.cpp « ViewEdgeIterator « python « intern « freestyle « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18ab37aeecd2ac6c174fcf84c7f4fccab25859f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 PyObject *_wrap_ChainingIterator_getExactTypeName(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_ChainingIterator_init(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_ChainingIterator_traverse(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_ChainingIterator_getVertex(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_ChainingIterator_isIncrementing(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_ChainingIterator_increment(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_ChainingIterator_decrement(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_delete_ChainingIterator(PyObject *self , PyObject *args) {
}


 PyObject *_wrap_disown_ChainingIterator(PyObject *self , PyObject *args) {
}