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:
authorCampbell Barton <ideasman42@gmail.com>2010-07-24 04:24:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-24 04:24:58 +0400
commita732678217d5d7abf3d975f5eaad9de8ef3e3589 (patch)
treeea6807a525c852af15a0330a8ea92f400d835efe /source/blender/makesdna/DNA_mesh_types.h
parentbd90c33bbf7cb39e0b9f479d44a31d0dfa942ed3 (diff)
[#22873] Snap to increment isn't working that expected when Units set to Metric or Imperial - minor
- pick the closest unit that matches the existing step size. - set the distance subtype on some camera flags. - commented mesh flag 'ME_ISDONE' its nolonger used.
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 9f8d07b987f..68b05dd6595 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -128,7 +128,7 @@ typedef struct TFace {
/* me->flag */
-#define ME_ISDONE 1
+/* #define ME_ISDONE 1 */
#define ME_NOPUNOFLIP 2
#define ME_TWOSIDED 4
#define ME_UVEFFECT 8