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:
authorDalai Felinto <dfelinto@gmail.com>2018-09-10 16:41:36 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-09-10 16:43:30 +0300
commit58622eb3a6b40d4966a19df30d126b88503a9e48 (patch)
treee5f24222d6449de683b57f8ea038511d3140089f /source/blender/makesdna/DNA_space_types.h
parent0ee212682e1e7089501ca2f1c5d1f0f6351b01a6 (diff)
Image/UV Editor: Remove show other option
This is no longer useful now that we have multi-object editing support.
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index f38669a757a..630d0f622b6 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -917,8 +917,7 @@ typedef struct SpaceImage {
char dt_uvstretch;
char around;
- /* Filter settings when editor shows other object's UVs. */
- int other_uv_filter;
+ int pad2;
int flag;
@@ -988,7 +987,7 @@ typedef enum eSpaceImage_Flag {
SI_SMOOTH_UV = (1 << 20),
SI_DRAW_STRETCH = (1 << 21),
SI_SHOW_GPENCIL = (1 << 22),
- SI_DRAW_OTHER = (1 << 23),
+/* SI_DEPRECATED6 = (1 << 23), */ /* deprecated */
SI_COLOR_CORRECTION = (1 << 24),