From 9c6275c55babe03f377b4897dbf87341c3f80fda Mon Sep 17 00:00:00 2001 From: Willian Padovani Germano Date: Tue, 28 Oct 2003 00:29:37 +0000 Subject: Exppython: - Small fix in NMesh.c - Updates to ipo related methods in Camera, World and Material - Doc updates --- source/blender/python/api2_2x/NMesh.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'source/blender/python/api2_2x/NMesh.h') diff --git a/source/blender/python/api2_2x/NMesh.h b/source/blender/python/api2_2x/NMesh.h index 4d0d0253fa1..27c1959c5a4 100644 --- a/source/blender/python/api2_2x/NMesh.h +++ b/source/blender/python/api2_2x/NMesh.h @@ -74,12 +74,6 @@ #include "gen_utils.h" #include "modules.h" -/* EXPP Mesh defines */ -#define EXPP_NMESH_MODE_NOPUNOFLIP ME_NOPUNOFLIP -#define EXPP_NMESH_MODE_TWOSIDED ME_TWOSIDED -#define EXPP_NMESH_MODE_AUTOSMOOTH ME_AUTOSMOOTH -#define EXPP_NMESH_MODE_SUBSURF ME_SUBSURF - /* EXPP PyType Objects */ PyTypeObject NMesh_Type; PyTypeObject NMFace_Type; @@ -205,7 +199,7 @@ static char NMesh_getMode_doc[] = "() - get the mode flags of this nmesh as an or'ed int value."; static char NMesh_setMode_doc[] = -"(none to 4 strings) - set the mode flags of this nmesh.\n\ +"(none to 5 strings) - set the mode flags of this nmesh.\n\ () - unset all flags."; static char NMesh_getMaxSmoothAngle_doc[] = -- cgit v1.2.3