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-04-04 08:20:32 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-04-04 08:20:32 +0400
commitb88711b5310993873932916f92af294d3b813680 (patch)
tree689812d67eaf76824be0d10cc8cd1ec513d610ba /source/blender/makesdna/DNA_mesh_types.h
parent0b02d592b8d3c665aceba5c4665326c3fc80aa1c (diff)
- moved subsurf_calculate_limit_positions to using ccgsubsurf
- removed ME_CCG_SUBSURF define - dropped CCGSubSurf from editing menu... subsurf is always CCG now. NOTE: If you saved a file with CCGSubSurf set on the button will show up blank (will still work as a subsurf). Just change type back to Catmull-Clark. Wave bye-bye to HyperMesh...
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 965bd0de5a2..b7ef4b0f3bd 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -125,7 +125,6 @@ typedef struct Mesh {
/* Subsurf Type */
#define ME_CC_SUBSURF 0
#define ME_SIMPLE_SUBSURF 1
-#define ME_CCG_SUBSURF 2
#define TF_DYNAMIC 1
/* #define TF_INVISIBLE 2 */