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>2012-04-13 17:31:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-13 17:31:41 +0400
commit0d9fa935812d2e4e9c6ef55311993697abde2f7f (patch)
tree475fedefe56786333838674f98f95cb63b6779f8 /source/blender/makesdna
parent88a261c13b8ac203e2a7ea936cd8b277b8a07c9f (diff)
fix for editmode UV hiding with edges, was also using deprecated flag (UV_SELECT_FACE)
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 940a5bbb20e..1938c63d474 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -705,7 +705,7 @@ enum FileSortTypeE {
#define SI_DRAWTOOL (1<<3)
#define SI_NO_DRAWFACES (1<<4)
#define SI_DRAWSHADOW (1<<5)
-#define SI_SELACTFACE (1<<6) /* deprecated */
+/* #define SI_SELACTFACE (1<<6) */ /* deprecated */
#define SI_DEPRECATED2 (1<<7)
#define SI_DEPRECATED3 (1<<8) /* stick UV selection to mesh vertex (UVs wont always be touching) */
#define SI_COORDFLOATS (1<<9)