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:
authorDaniel Dunbar <daniel@zuster.org>2005-03-31 19:44:05 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-03-31 19:44:05 +0400
commitf0a8a93292b25e8a6bcf1809b4ab623310a3b28d (patch)
tree103559a6971abdb9e5b39d538cd4c3669ddb74ef /source/blender/makesdna/DNA_mesh_types.h
parent0d35a1dd1e1422beb7eec412bcca5d09199d756e (diff)
- removed USE_CCGSUBSURF define (always on now)
- added G.editMesh->derived pointer... idea is to use this for mesh derived from editmesh instead of Mesh->derived (as the derived mesh tends to vary depending on what it came from). This part could be cleaner, also there may problems with it not being invalidated correctly. - And most importantly: In case people were beginning to worry all these edits were just crazy zr stuff, the big point comes about: Incremental subsurf calculation is now enabled. This gives massive speed improvements when editing a large mesh. For the eye-candy happy: try setting G.rt==52 before entering editmode and the edges and vertices (in optimal mode) will switch to displaying visually the age since a region has last been calculated. Lots of fun!
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 796a06a21e6..965bd0de5a2 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -125,10 +125,7 @@ typedef struct Mesh {
/* Subsurf Type */
#define ME_CC_SUBSURF 0
#define ME_SIMPLE_SUBSURF 1
-
-#ifdef USE_CCGSUBSURFLIB
#define ME_CCG_SUBSURF 2
-#endif
#define TF_DYNAMIC 1
/* #define TF_INVISIBLE 2 */