From a9789d90ae7c4408684490844ee9edf37ae84f65 Mon Sep 17 00:00:00 2001 From: Maxime Curioni Date: Wed, 23 Jul 2008 07:56:08 +0000 Subject: 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. --- .../UnaryFunction0D_Vec2f/BPy_Normal2DF0D.cpp | 16 ++++++++++++++++ .../UnaryFunction0D_Vec2f/BPy_VertexOrientation2DF0D.cpp | 16 ++++++++++++++++ .../UnaryFunction0D_Vec2f/Normal2DF0D.cpp | 16 ---------------- .../UnaryFunction0D_Vec2f/VertexOrientation2DF0D.cpp | 16 ---------------- 4 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_Normal2DF0D.cpp create mode 100644 source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_VertexOrientation2DF0D.cpp delete mode 100644 source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/Normal2DF0D.cpp delete mode 100644 source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/VertexOrientation2DF0D.cpp (limited to 'source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f') diff --git a/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_Normal2DF0D.cpp b/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_Normal2DF0D.cpp new file mode 100644 index 00000000000..99f892529ab --- /dev/null +++ b/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_Normal2DF0D.cpp @@ -0,0 +1,16 @@ + PyObject *_wrap_Normal2DF0D_getName(PyObject *self , PyObject *args) { +} + + + PyObject *_wrap_Normal2DF0D___call__(PyObject *self , PyObject *args) { +} + + + PyObject *_wrap_new_Normal2DF0D(PyObject *self , PyObject *args) { +} + + + PyObject *_wrap_delete_Normal2DF0D(PyObject *self , PyObject *args) { +} + + diff --git a/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_VertexOrientation2DF0D.cpp b/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_VertexOrientation2DF0D.cpp new file mode 100644 index 00000000000..bf7fbfe2550 --- /dev/null +++ b/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/BPy_VertexOrientation2DF0D.cpp @@ -0,0 +1,16 @@ + PyObject *_wrap_VertexOrientation2DF0D_getName(PyObject *self , PyObject *args) { +} + + + PyObject *_wrap_VertexOrientation2DF0D___call__(PyObject *self , PyObject *args) { +} + + + PyObject *_wrap_new_VertexOrientation2DF0D(PyObject *self , PyObject *args) { +} + + + PyObject *_wrap_delete_VertexOrientation2DF0D(PyObject *self , PyObject *args) { +} + + diff --git a/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/Normal2DF0D.cpp b/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/Normal2DF0D.cpp deleted file mode 100644 index 99f892529ab..00000000000 --- a/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/Normal2DF0D.cpp +++ /dev/null @@ -1,16 +0,0 @@ - PyObject *_wrap_Normal2DF0D_getName(PyObject *self , PyObject *args) { -} - - - PyObject *_wrap_Normal2DF0D___call__(PyObject *self , PyObject *args) { -} - - - PyObject *_wrap_new_Normal2DF0D(PyObject *self , PyObject *args) { -} - - - PyObject *_wrap_delete_Normal2DF0D(PyObject *self , PyObject *args) { -} - - diff --git a/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/VertexOrientation2DF0D.cpp b/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/VertexOrientation2DF0D.cpp deleted file mode 100644 index bf7fbfe2550..00000000000 --- a/source/blender/freestyle/intern/python/UnaryFunction0D/UnaryFunction0D_Vec2f/VertexOrientation2DF0D.cpp +++ /dev/null @@ -1,16 +0,0 @@ - PyObject *_wrap_VertexOrientation2DF0D_getName(PyObject *self , PyObject *args) { -} - - - PyObject *_wrap_VertexOrientation2DF0D___call__(PyObject *self , PyObject *args) { -} - - - PyObject *_wrap_new_VertexOrientation2DF0D(PyObject *self , PyObject *args) { -} - - - PyObject *_wrap_delete_VertexOrientation2DF0D(PyObject *self , PyObject *args) { -} - - -- cgit v1.2.3