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-03-17 05:31:44 +0300
committerRyan Inch <mythologylover75@gmail.com>2021-03-17 05:34:24 +0300
commit6dfba915743b67aff99ddcc19c0807d339a87c96 (patch)
tree01ac10dc17b42ff056e986868f80ef55f7618ae6 /object_collection_manager/cm_init.py
parent88db9c67be6b851ca1a0edf9afab35531f5b1961 (diff)
Collection Manager: Add object selection to CM popup. Task: T69577
Exposes selecting objects by collection to the CM popup, and adds additional state information regarding selection. Refines Set Object Collection UI to be less likely to hit by accident.
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 54d616ce..61ff75e7 100644
--- a/object_collection_manager/cm_init.py
+++ b/object_collection_manager/cm_init.py
@@ -77,6 +77,7 @@ addon_disable_objects_hotkey_keymaps = []
classes = (
internals.CMListCollection,
internals.CMSendReport,
+ internals.CMUISeparatorButton,
operators.SetActiveCollection,
operators.ExpandAllOperator,
operators.ExpandSublevelOperator,