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:
Diffstat (limited to 'source/blender/python/api2_2x/NMesh.h')
-rw-r--r--source/blender/python/api2_2x/NMesh.h4
1 files changed, 2 insertions, 2 deletions
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 */