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-01-15 08:26:21 +0300
committerRyan Inch <mythologylover75@gmail.com>2021-01-15 08:26:21 +0300
commit03fd6c5a3fb9df9dc5835f497149149830be6da4 (patch)
tree48baf302972e1a3430f76412ff9222c6619fcd2b /object_collection_manager/__init__.py
parentd2dc4908761b65b28e51ff90d66226ee3bb25efb (diff)
Collection Manager: Fix hotkey. Task: T69577
Add missing hotkey for Select All QCD Objects.
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 f9edfac6..cb2c9479 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, 19, 1),
+ "version": (2, 19, 2),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel