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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-07-23 11:56:08 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-07-23 11:56:08 +0400
commita9789d90ae7c4408684490844ee9edf37ae84f65 (patch)
tree88c8b17a31995148c730723941344fbf57605783 /source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp
parent0c494442d34d05ea8e0d94daefcca5902a2d6149 (diff)
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.
Diffstat (limited to 'source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp')
-rw-r--r--source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp132
1 files changed, 132 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp b/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp
new file mode 100644
index 00000000000..772a385139e
--- /dev/null
+++ b/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp
@@ -0,0 +1,132 @@
+ PyObject *_wrap_NonTVertex_getExactTypeName(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_getX(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_getY(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_getZ(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_getPoint3D(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_getProjectedX(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_getProjectedY(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_getProjectedZ(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_getPoint2D(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_getId(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_castToSVertex(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_castToViewVertex(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_castToNonTVertex(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_new_NonTVertex__SWIG_0(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_new_NonTVertex__SWIG_1(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_new_NonTVertex(PyObject *self, PyObject *args) {
+}
+
+
+ PyObject *_wrap_delete_NonTVertex(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_svertex(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_viewedges(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_SetSVertex(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_SetViewEdges(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_AddIncomingViewEdge(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_AddOutgoingViewEdge(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_AddViewEdge__SWIG_0(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_AddViewEdge__SWIG_1(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_AddViewEdge(PyObject *self, PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_Replace(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_edges_end__SWIG_0(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_edges_end__SWIG_1(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_edges_end(PyObject *self, PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_edgesBegin(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_edgesEnd(PyObject *self , PyObject *args) {
+}
+
+
+ PyObject *_wrap_NonTVertex_edgesIterator(PyObject *self , PyObject *args) {
+}
+
+