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>2020-09-26 10:40:03 +0300
committerRyan Inch <mythologylover75@gmail.com>2020-09-26 10:40:03 +0300
commit975f81d2bc5b446b144f0ecd8ed5be06b111073f (patch)
tree1aef0d2e2e8ab20afbe9c7363403e2c316cc8efc /object_collection_manager/__init__.py
parentbf176041da95d4b07d74727acb78f7cf6a46785e (diff)
Collection Manager: Fix active object bug. Task: T69577
Fixes losing the active object sometimes when performing actions with the exclude checkbox.
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 792f5d1c..49ec349f 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, 15, 0),
+ "version": (2, 15, 1),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel