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-01-24 10:00:21 +0300
committerRyan Inch <mythologylover75@gmail.com>2020-01-24 10:00:21 +0300
commit0ad43f9c8543f50a53e6863c56bb3bc3952aa753 (patch)
treedac8ad1a1374f7d10ed0c32fbf717b4dd89d5537 /object_collection_manager
parent4d2fbf4bb56f6a8af61dc06f116b8779f7efc19a (diff)
Collection Manager: Fix local render RTO tooltip. Task: T69577
Diffstat (limited to 'object_collection_manager')
-rw-r--r--object_collection_manager/operators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_collection_manager/operators.py b/object_collection_manager/operators.py
index 7e65c9cb..ae1d7295 100644
--- a/object_collection_manager/operators.py
+++ b/object_collection_manager/operators.py
@@ -821,7 +821,7 @@ class CMUnDisableViewportAllOperator(Operator):
class CMDisableRenderOperator(Operator):
- ''' * Shift-Click to isolate/restore previous state\n * Shift-Click to invert viewport display of all collections'''
+ ''' * Shift-Click to isolate/restore previous state\n * Ctrl-Click to toggle children'''
bl_label = "Disable Collection in Render"
bl_idname = "view3d.disable_render_collection"
bl_options = {'REGISTER', 'UNDO'}