From 5c8f1053b5f0f65168497fe5989cbc1b5cbba1ea Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 5 Dec 2018 14:35:45 +1100 Subject: UI: split UV editor out of the image space --- source/blender/makesdna/DNA_space_types.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_space_types.h') 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 */ -- cgit v1.2.3