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-24 11:40:37 +0300
committerRyan Inch <mythologylover75@gmail.com>2021-03-24 11:40:37 +0300
commitebe76f3a7ba96b3881567def29b7e2527e018e9a (patch)
treee460c10ab3fe9c766e309c02ccf6ee95f35f4af4 /object_collection_manager/__init__.py
parentbcd08a9506d33bdd7358201031b04d041ef22d94 (diff)
Collection Manager: Improve indicators. Task: T69577
Change selection indication in CM popup to more easily identify selection state and whether objects in collection can be selected. Change icons from circles to diamonds to differentiate from QCD icons, as what they indicate is slightly different.
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 bbfdd0b1..d8e50022 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, 21, 0),
+ "version": (2, 21, 1),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel