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>2020-09-08 09:49:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-08 09:49:17 +0300
commit59653a450ec02ed4f94aa3f059da069525490a21 (patch)
tree1346a4969d734b87899d327f2d3bce7e011b9b8b /source/blender/makesdna
parentd20b08281e0e5cf47b7b549910b6f5ab7f61e57d (diff)
Cleanup: rename group to collection for internal instancing flag
Also update old comment.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 1 insertions, 1 deletions
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),