From 5614916cf6ca0f261617384240acc0909f8adb9e Mon Sep 17 00:00:00 2001 From: Ryan Inch Date: Mon, 2 Nov 2020 16:55:43 -0500 Subject: Collection Manager: Rename Pref. Task: T69557 Rename the disable objects override preference. --- object_collection_manager/__init__.py | 2 +- object_collection_manager/preferences.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'object_collection_manager') 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" -- cgit v1.2.3