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>2017-09-26 15:27:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-09-26 15:33:25 +0300
commit482b665e021956ea9b5643e0664ba289fc101552 (patch)
tree7ee202916e4b9255b23b8ac9cb9379f160154c16 /source/blender/makesdna/DNA_scene_types.h
parentaba2f8ea67d8c886bbe29f47e44d9e6838e32f25 (diff)
Cleanup: remove bounds runtime data from scene
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index de3c926c23d..740d640a6da 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1629,8 +1629,7 @@ typedef struct Scene {
struct Object *obedit; /* name replaces old G.obedit */
float cursor[3]; /* 3d cursor location */
- float twcent[3]; /* center for transform widget */
- float twmin[3], twmax[3]; /* boundbox of selection for transform widget */
+ char _pad[4];
unsigned int lay; /* bitflags for layer visibility */
int layact; /* active layer */