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:
authorDalai Felinto <dfelinto@gmail.com>2018-03-29 23:41:17 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-03-30 02:03:47 +0300
commit534916258d619554106f5e8fd6bb62558e8980bc (patch)
tree0583d5e8668e7c1b92d58cc114df737d69f0cacf /source/blender/editors/object/object_intern.h
parent024395170c67a271af36a3f3f17ff2b2edc6a926 (diff)
Select Grouped: Collection Part I
Use Shift+G > Collection. If there is only one collection, it just selects it, if there are multiple ones user get to pick which one to select. This is the same behaviour we have for groups. Note, we only select objects directly in the collection, not the ones in any nested collection. Feature suggested by Pablo Vazquez (venomgfx)
Diffstat (limited to 'source/blender/editors/object/object_intern.h')
-rw-r--r--source/blender/editors/object/object_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_intern.h b/source/blender/editors/object/object_intern.h
index ef51452a983..75117ccdce3 100644
--- a/source/blender/editors/object/object_intern.h
+++ b/source/blender/editors/object/object_intern.h
@@ -108,6 +108,7 @@ void OBJECT_OT_select_mirror(struct wmOperatorType *ot);
void OBJECT_OT_select_more(struct wmOperatorType *ot);
void OBJECT_OT_select_less(struct wmOperatorType *ot);
void OBJECT_OT_select_same_group(struct wmOperatorType *ot);
+void OBJECT_OT_select_same_collection(struct wmOperatorType *ot);
/* object_add.c */
void OBJECT_OT_add(struct wmOperatorType *ot);