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>2018-12-05 06:35:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-05 06:38:58 +0300
commit5c8f1053b5f0f65168497fe5989cbc1b5cbba1ea (patch)
treeca29583fbe90a5315403a2192f11ef2d140f4be7 /source/blender/makesdna/DNA_space_types.h
parentd59c4c9d61a1634f75369a02ff7f381612988c9f (diff)
UI: split UV editor out of the image space
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 43781c47828..9c1b999cbd6 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -909,8 +909,11 @@ typedef struct SpaceImage {
float centx, centy; /* storage for offset while render drawing */
char mode; /* view/paint/mask */
+ /* Storage for sub-space types. */
+ char mode_prev;
+
char pin;
- short pad;
+ char _pad;
short curtile; /* the currently active tile of the image when tile is enabled, is kept in sync with the active faces tile */
short lock;
char dt_uv; /* UV draw type */