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>2003-10-21 01:58:15 +0400
committerTon Roosendaal <ton@blender.org>2003-10-21 01:58:15 +0400
commit7893cc25d1d1f1f02ad8e847288f578f81438056 (patch)
treee8e6fce9812410b1cb5f29e9e5c957bd586e5a67 /source/blender/makesdna/DNA_mesh_types.h
parentfd3be2e3ef97282908a756bf61d9ef410ba30c9a (diff)
- added new drawing type for subsurf editing. Is called 'Optimal' and
can be found under the 'SubSurf' button. Optimal drawing only shows the subdivided original edges. Quite nice! And; it's a load faster! - to evaluate: do we want this in editmode too?
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index af5f98cfe95..89f9a0f67aa 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -167,6 +167,7 @@ typedef struct Mesh {
#define ME_AUTOSMOOTH 32
#define ME_SMESH 64
#define ME_SUBSURF 128
+#define ME_OPT_EDGES 256
/* puno = vertexnormal (mface) */
#define ME_FLIPV1 1