[Bf-extensions-cvs] [5614916c] master: Collection Manager: Rename Pref. Task: T69557

Ryan Inch noreply at git.blender.org
Mon Nov 2 22:58:20 CET 2020


Commit: 5614916cf6ca0f261617384240acc0909f8adb9e
Author: Ryan Inch
Date:   Mon Nov 2 16:55:43 2020 -0500
Branches: master
https://developer.blender.org/rBA5614916cf6ca0f261617384240acc0909f8adb9e

Collection Manager: Rename Pref. Task: T69557

Rename the disable objects override preference.

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

M	object_collection_manager/__init__.py
M	object_collection_manager/preferences.py

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

diff --git a/object_collection_manager/__init__.py b/object_collection_manager/__init__.py
index 0e093bc5..28c91e16 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, 18, 0),
+    "version": (2, 18, 1),
     "blender": (2, 80, 0),
     "location": "View3D - Object Mode (Shortcut - M)",
     "warning": '',  # used for warning icon and text in addons panel
diff --git a/object_collection_manager/preferences.py b/object_collection_manager/preferences.py
index 4a1d6540..e763030f 100644
--- a/object_collection_manager/preferences.py
+++ b/object_collection_manager/preferences.py
@@ -198,7 +198,7 @@ class CMPreferences(AddonPreferences):
 
     # ENABLE DISABLE OBJECTS OVERRIDE
     enable_disable_objects_override: BoolProperty(
-        name="Disable Objects Override",
+        name="Disable objects instead of Hiding",
         description=(
             "Replace the object hiding hotkeys with object disabling hotkeys and add them to the Object->Show/Hide menu.\n"
             "Disabling objects prevents them from being automatically shown again when collections are unexcluded"



More information about the Bf-extensions-cvs mailing list