From e1b13c0fa744f2ebaa0a4a8e23120cc91cde3092 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 3 Feb 2017 11:49:18 +0100 Subject: Fix storage of CollectionSettings in DNA_object_types.h --- source/blender/makesdna/DNA_object_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h index 44f3a72708e..080ade57c0d 100644 --- a/source/blender/makesdna/DNA_object_types.h +++ b/source/blender/makesdna/DNA_object_types.h @@ -304,7 +304,7 @@ typedef struct Object { struct PreviewImage *preview; - struct CollectionSettings *collection_settings; /* used by depsgraph, flushed from collection-tree */ + struct ListBase *collection_settings; /* used by depsgraph, flushed from collection-tree */ } Object; /* Warning, this is not used anymore because hooks are now modifiers */ -- cgit v1.2.3