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:
Diffstat (limited to 'object_collection_manager')
-rw-r--r--object_collection_manager/__init__.py2
-rw-r--r--object_collection_manager/preferences.py2
2 files changed, 2 insertions, 2 deletions
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"