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:
authorTon Roosendaal <ton@blender.org>2004-09-24 16:40:37 +0400
committerTon Roosendaal <ton@blender.org>2004-09-24 16:40:37 +0400
commitf59503682d1afdb29079dccd642b4191ff9ecc1e (patch)
treefed8a2a9682a6a1892d03528d9bd2b7b27c20e36 /source/blender/makesdna
parentce12a0173c25fdb9cbe34aee194bdf62780230bc (diff)
- basic code for fake-polygon support (called FGon in code). Disabled now
- hide flags now save correctly in mesh, to restore after going in/out editmode - after an extrude, faces/edges could have wrong select flags (only in vertex select mode) - new rule for addfacelist(); this now copies edges too, if an example is provided. That prevents a lot of awkward code, still testing if it goes as desired though...
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index 426c06366ca..0a186765cae 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -80,6 +80,8 @@ typedef struct MSticky {
/* medge->flag (1=SELECT)*/
#define ME_EDGEDRAW 2
#define ME_SEAM 4
+#define ME_FGON 8
+ // reserve 16 for ME_HIDE
/* puno = vertexnormal (mface) */
#define ME_FLIPV1 1