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_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 326e706edc9..c5218f85f6a 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -291,8 +291,6 @@ typedef struct Object {
struct PreviewImage *preview;
- struct IDProperty *base_collection_properties; /* used by depsgraph, flushed from base */
-
ListBase drawdata; /* runtime, ObjectEngineData */
int pad6;
int select_color;
@@ -339,7 +337,6 @@ typedef struct DupliObject {
struct ParticleSystem *particle_system;
unsigned int random_id;
unsigned int pad;
- struct IDProperty *collection_properties;
} DupliObject;
/* **************** OBJECT ********************* */