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:
authorCampbell Barton <ideasman42@gmail.com>2006-07-02 19:28:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-07-02 19:28:28 +0400
commit6adf0e654310a15601b550155ba3bcb85e637b33 (patch)
tree60e8fc9d89fc87acb2ee5a69c13f6bb6d19060e6 /source/blender/python/api2_2x/Mathutils.h
parent156f2030fd90d33faa0e0ad5915c07bfe51e3871 (diff)
finish adding Geometry module, removed polyfill from mathutils, updated epydoc links and updated BPyMesh NGon function
Diffstat (limited to 'source/blender/python/api2_2x/Mathutils.h')
-rw-r--r--source/blender/python/api2_2x/Mathutils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Mathutils.h b/source/blender/python/api2_2x/Mathutils.h
index 88630d3928d..84890267ed2 100644
--- a/source/blender/python/api2_2x/Mathutils.h
+++ b/source/blender/python/api2_2x/Mathutils.h
@@ -72,7 +72,6 @@ PyObject *M_Mathutils_TriangleArea( PyObject * self, PyObject * args );
PyObject *M_Mathutils_TriangleNormal( PyObject * self, PyObject * args );
PyObject *M_Mathutils_QuadNormal( PyObject * self, PyObject * args );
PyObject *M_Mathutils_LineIntersect( PyObject * self, PyObject * args );
-PyObject *M_Mathutils_PolyFill( PyObject * self, PyObject * args );
PyObject *M_Mathutils_Point(PyObject * self, PyObject * args);
//DEPRECATED
PyObject *M_Mathutils_CopyMat(PyObject * self, PyObject * args);