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:
authorRyan Inch <mythologylover75@gmail.com>2020-03-24 03:35:06 +0300
committerRyan Inch <mythologylover75@gmail.com>2020-03-24 03:35:06 +0300
commitd348bde0f96809e289b0514c015cafb97f2dcf79 (patch)
tree1b4d37f25115deb9f2ba2fe5f74709fb9c26ec84 /object_collection_manager/preferences.py
parentb601e577df031e2f8f4b9356e7a7c098456687dc (diff)
Collection Manager: Tooltip update. Task: T69577
Update the tooltips for the enable QCD checkboxes in the preferences to be more descriptive.
Diffstat (limited to 'object_collection_manager/preferences.py')
-rw-r--r--object_collection_manager/preferences.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/object_collection_manager/preferences.py b/object_collection_manager/preferences.py
index d40b4303..59708805 100644
--- a/object_collection_manager/preferences.py
+++ b/object_collection_manager/preferences.py
@@ -182,14 +182,14 @@ class CMPreferences(AddonPreferences):
# ENABLE QCD BOOLS
enable_qcd: BoolProperty(
name="QCD",
- description="Enable/Disable QCD System",
+ description="Enable/Disable QCD System.\nThe Quick Content Display system allows you to specify collections as QCD \"slots\" up to a maximum of 20. You can then interact with them through numerical hotkeys, a popup move widget, and a 3D View header widget",
default=True,
update=update_qcd_status,
)
enable_qcd_view_hotkeys: BoolProperty(
name="QCD Hotkeys",
- description="Enable/Disable the view (number) hotkeys for QCD",
+ description="Enable/Disable the numerical hotkeys to view QCD slots",
default=True,
update=update_qcd_view_hotkeys_status,
)