From 3ede12b1154d941050c1e56604a8c24227152329 Mon Sep 17 00:00:00 2001 From: Willian Padovani Germano Date: Thu, 3 Feb 2005 03:04:32 +0000 Subject: BPython: - NMesh: added face.sel and face.hide attributes to NMFaces, to set / get selection and visibility state of faces as they appear in edit mode. - doc updates, including the right fix to two edge related methods, thanks to Stephane Soppera for pointing it (my fault, Stephane). --- source/blender/python/api2_2x/NMesh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 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 a139deb2647..588a7db7aa1 100644 --- a/source/blender/python/api2_2x/NMesh.h +++ b/source/blender/python/api2_2x/NMesh.h @@ -98,10 +98,10 @@ typedef struct { PyObject *uv; PyObject *col; short mode; - short flag; + short flag; /* tface->flag */ unsigned char transp; Image *image; - char mat_nr, smooth; + char mat_nr, mf_flag /* was char smooth */; } BPy_NMFace; /* an NMesh face */ -- cgit v1.2.3