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-10-07 08:56:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-10-07 08:56:36 +0400
commit30d207e650333bf052faf003b405c1a9122e2aff (patch)
treef9f986aff34997746e78320fe44fcef8b306423f /source/blender/python/api2_2x/Geometry.h
parentdda63a9dde8600f85e43bc4d654cbe80d07cab6e (diff)
Added python func Blender.Geometry.LineIntersect2D(v1,v2,v3,v4)
updated archimap and cookie cutter to use it, removed python version from BPyMathutils archimap island merging is noticibly faster
Diffstat (limited to 'source/blender/python/api2_2x/Geometry.h')
-rw-r--r--source/blender/python/api2_2x/Geometry.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Geometry.h b/source/blender/python/api2_2x/Geometry.h
index ed5288f3835..32eb0265e5f 100644
--- a/source/blender/python/api2_2x/Geometry.h
+++ b/source/blender/python/api2_2x/Geometry.h
@@ -38,6 +38,7 @@
#include "vector.h"
PyObject *Geometry_Init( void );
-PyObject *M_Geometry_PolyFill( PyObject * self, PyObject * args );
+static PyObject *M_Geometry_PolyFill( PyObject * self, PyObject * args );
+static PyObject *M_Geometry_LineIntersect2D( PyObject * self, PyObject * args );
#endif /* EXPP_Geometry_H */