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:
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index e81e27eb814..4ae9445dca1 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -48,6 +48,7 @@ struct Image;
struct SpaceIpo;
struct BlendHandle;
struct TreeStore;
+struct RenderInfo;
struct bNodeTree;
struct uiBlock;
@@ -107,6 +108,7 @@ typedef struct SpaceButs {
int spacetype;
float blockscale;
struct ScrArea *area;
+ struct RenderInfo *ri;
short blockhandler[8];
@@ -121,13 +123,10 @@ typedef struct SpaceButs {
short texnr;
char texfrom, showgroup;
- short rectx, recty; /* preview render */
- unsigned int *rect;
- short cury, modeltype;
-
+ short modeltype;
short scriptblock;
short scaflag;
- short re_align, pad1;
+ short re_align;
int oldkeypress; /* for keeping track of the sub tab key cycling */