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
committerJulien Duroure <julien.duroure@gmail.com>2020-04-18 10:02:41 +0300
commite2fe08f4dccb27976012ad730272e7aa0969ba24 (patch)
tree94f15230f16c1e2333d41ff2bbf04209f879c229
parentcc3dadcdfe3c33f9932e2137a460f6361c7176b1 (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.
-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 d750342f..943e5b0f 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,10),
+ "version": (2,7,11),
"blender": (2, 80, 0),
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel