[Bf-extensions-cvs] [ef6ef414] master: Collection Manager: Add shortcut to bl_info. Task: T69577

Ryan Inch noreply at git.blender.org
Sun Nov 3 06:45:08 CET 2019


Commit: ef6ef414d22c2578fad99327743b925ab640a99c
Author: Ryan Inch
Date:   Sun Nov 3 01:44:49 2019 -0400
Branches: master
https://developer.blender.org/rBACef6ef414d22c2578fad99327743b925ab640a99c

Collection Manager: Add shortcut to bl_info. Task: T69577

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

M	collection_manager/__init__.py

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

diff --git a/collection_manager/__init__.py b/collection_manager/__init__.py
index 4da954d9..019f4d34 100644
--- a/collection_manager/__init__.py
+++ b/collection_manager/__init__.py
@@ -25,7 +25,7 @@ bl_info = {
     "author": "Ryan Inch",
     "version": (1,1,2),
     "blender": (2, 80, 0),
-    "location": "View3D - Object Mode",
+    "location": "View3D - Object Mode (Shortcut - M)",
     "warning": '',  # used for warning icon and text in addons panel
     "wiki_url": "",
     "category": "User Interface"}



More information about the Bf-extensions-cvs mailing list