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-21 04:34:27 +0300
committerDaniel Dunbar <daniel@zuster.org>2005-03-21 04:34:27 +0300
commit887b598d716085cd9aee87fdb19980bfc081da70 (patch)
tree593d4ce50b088e46bdd154335496be7b5ce63739 /source/blender/makesdna/DNA_mesh_types.h
parent6e41cb0a97ff7a39f601f1c6c34d94fef3aed459 (diff)
- Initial integration of CCGSubSurf library into blender. The lib is
only in one C file and not worth dropping in extern but presumably will be synced with public CCGSubSurf release I hope to be making soon. - Currently the implementation must be enabled by defining USE_CCGSUBSURFLIB somewhere with your build system. The code should be considered highly experimental.
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index f9cb375572b..79bf76618a6 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -120,6 +120,9 @@ typedef struct Mesh {
#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 */