[Bf-extensions-cvs] [e2fe08f4] master: Collection Manager: Fix T75738. Task: T69577.

Ryan Inch noreply at git.blender.org
Sat Apr 18 09:05:25 CEST 2020


Commit: e2fe08f4dccb27976012ad730272e7aa0969ba24
Author: Ryan Inch
Date:   Thu Apr 16 01:37:13 2020 -0400
Branches: master
https://developer.blender.org/rBAe2fe08f4dccb27976012ad730272e7aa0969ba24

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.

===================================================================

M	object_collection_manager/__init__.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list