From 59653a450ec02ed4f94aa3f059da069525490a21 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 8 Sep 2020 16:49:17 +1000 Subject: Cleanup: rename group to collection for internal instancing flag Also update old comment. --- source/blender/makesdna/DNA_space_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h index 92cf9d21e07..6fe6a5461e1 100644 --- a/source/blender/makesdna/DNA_space_types.h +++ b/source/blender/makesdna/DNA_space_types.h @@ -816,7 +816,7 @@ typedef enum eFileSel_Params_Flag { FILE_DIRSEL_ONLY = (1 << 7), FILE_FILTER = (1 << 8), FILE_OBDATA_INSTANCE = (1 << 9), - FILE_GROUP_INSTANCE = (1 << 10), + FILE_COLLECTION_INSTANCE = (1 << 10), FILE_SORT_INVERT = (1 << 11), FILE_HIDE_TOOL_PROPS = (1 << 12), FILE_CHECK_EXISTING = (1 << 13), -- cgit v1.2.3