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-04-16 08:37:13 +0300
committerRyan Inch <mythologylover75@gmail.com>2020-04-16 08:37:13 +0300
commite0a324e87bc903dd048ffc34af85b9a01af7f928 (patch)
tree7eb9b1f25b95de7b31b8ce4ac9fe056799277a5e /object_collection_manager/__init__.py
parentcc1a2f5af8681158905be040099ea14bb814b331 (diff)
Collection Manager: Fix T75738. Task: T69577.
Hide the 'View QCD Slot' operator from 'Adjust Last Operation' as it was never intended to be used with that.
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 ba6b5b19..0a5eed5d 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,7,8),
+ "version": (2,7,9),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel