Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Inch <mythologylover75@gmail.com>2021-07-12 07:35:19 +0300
committerRyan Inch <mythologylover75@gmail.com>2021-07-12 07:35:19 +0300
commiteba3a31f8bed7087db9a026514ffe85bea0a64c0 (patch)
treec842f61dae6a7e8447e01ebbcdd5064346b13bcc /object_collection_manager/cm_init.py
parente1f331e0af4461dbf80e03e76d9576fa748a0460 (diff)
Collection Manager: Select cumulative objects. Task: T69577
Add operator to select all objects that are present in more than one collection. The operator can be accessed from the specials menu in the CM popup.
Diffstat (limited to 'object_collection_manager/cm_init.py')
-rw-r--r--object_collection_manager/cm_init.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/object_collection_manager/cm_init.py b/object_collection_manager/cm_init.py
index 61ff75e7..94301753 100644
--- a/object_collection_manager/cm_init.py
+++ b/object_collection_manager/cm_init.py
@@ -99,6 +99,7 @@ classes = (
operators.CMRemoveCollectionOperator,
operators.CMRemoveEmptyCollectionsOperator,
operators.CMSelectCollectionObjectsOperator,
+ operators.SelectAllCumulativeObjectsOperator,
operators.CMSetCollectionOperator,
operators.CMPhantomModeOperator,
operators.CMApplyPhantomModeOperator,