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:
Diffstat (limited to 'object_collection_manager/ui.py')
-rw-r--r--object_collection_manager/ui.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/object_collection_manager/ui.py b/object_collection_manager/ui.py
index 82f5f6e2..68da7323 100644
--- a/object_collection_manager/ui.py
+++ b/object_collection_manager/ui.py
@@ -1006,6 +1006,10 @@ class SpecialsMenu(Menu):
text="Purge All Collections Without Objects")
prop.without_objects = True
+ layout.separator()
+
+ layout.operator("view3d.select_all_cumulative_objects")
+
class EnableAllQCDSlotsMenu(Menu):
bl_label = "Global QCD Slot Actions"