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>2022-07-09 06:32:32 +0300
committerRyan Inch <mythologylover75@gmail.com>2022-07-09 06:32:32 +0300
commit1cc09e24c5163ccba2bcb6250da57dd649fb9151 (patch)
tree2d104e218e2cf3c0ea2a2b02f6a0581a1179906d /object_collection_manager/__init__.py
parentcee9c463d8035625e61b33f45d389828038f576b (diff)
Collection Manager: Fix T99142. Task: T69577
Fix duplicate keymap entries for QVT operators.
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 fd53b291..1c0c7267 100644
--- a/object_collection_manager/__init__.py
+++ b/object_collection_manager/__init__.py
@@ -6,7 +6,7 @@ bl_info = {
"name": "Collection Manager",
"description": "Manage collections and their objects",
"author": "Ryan Inch",
- "version": (2, 24, 1),
+ "version": (2, 24, 2),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel