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_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index cc1ef4dca32..e121af8166e 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -74,8 +74,9 @@ typedef struct Base {
struct Base *next, *prev;
unsigned int lay DNA_DEPRECATED_LAYERS; /* deprecated in 2.8 */
unsigned int selcol;
- int flag;
+ short flag;
short sx, sy;
+ short refcount;
struct Object *object;
} Base;