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-11-16 04:37:33 +0300
committerRyan Inch <mythologylover75@gmail.com>2020-11-16 05:05:39 +0300
commit51ea73b0c948315b544e962ab97825f6aa0d62ed (patch)
treea7d65e5aeff38b94be39bb7009841f855be9c685 /object_collection_manager/__init__.py
parent35c23b4db494e58538a677c4fb0ec9ec1e8ffaa8 (diff)
Collection Manager: Fix object selection error. Task: T69577
Fix the select collection objects function executing in editing modes and erroring out. Remove object selection references from tooltips when in editing modes.
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 52417fab..9f88c0e7 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, 18, 2),
+ "version": (2, 18, 3),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel