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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/python/ViewEdgeIterator/BPy_ChainingIterator.cpp')
-rw-r--r--source/blender/freestyle/intern/python/ViewEdgeIterator/BPy_ChainingIterator.cpp36
1 files changed, 36 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/python/ViewEdgeIterator/BPy_ChainingIterator.cpp b/source/blender/freestyle/intern/python/ViewEdgeIterator/BPy_ChainingIterator.cpp
new file mode 100644
index 00000000000..18ab37aeecd
--- /dev/null
+++ b/source/blender/freestyle/intern/python/ViewEdgeIterator/BPy_ChainingIterator.cpp
@@ -0,0 +1,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) {
+}
+
+