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-10-26 11:10:38 +0300
committerRyan Inch <mythologylover75@gmail.com>2021-10-26 11:10:38 +0300
commit11aebc017869f0ae86cbd8aa8927e6bb511fec85 (patch)
treeae8c7d0cfb686bad03b0d48bdfcc161fd5f79e2d /object_collection_manager/__init__.py
parent823910c50d1c4814c4aa1962a31b91e4dc1c183b (diff)
Collection Manager: Fix nested selection bug. Task: T69577
Fix a bug where attempting to deselect nested collections fails when there are no objects present in the parent collection. Reported by 1D_Inc
Diffstat (limited to 'object_collection_manager/__init__.py')
-rw-r--r--object_collection_manager/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py
index aa9211d6..53004bac 100644
--- a/object_collection_manager/__init__.py
+++ b/object_collection_manager/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
"name": "Collection Manager",
"description": "Manage collections and their objects",
"author": "Ryan Inch",
- "version": (2, 23, 0),
+ "version": (2, 23, 1),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel