[Bf-extensions-cvs] [0ad43f9c] blender-v2.82-release: Collection Manager: Fix local render RTO tooltip. Task: T69577

Ryan Inch noreply at git.blender.org
Fri Jan 24 08:11:37 CET 2020


Commit: 0ad43f9c8543f50a53e6863c56bb3bc3952aa753
Author: Ryan Inch
Date:   Fri Jan 24 02:00:21 2020 -0500
Branches: blender-v2.82-release
https://developer.blender.org/rBA0ad43f9c8543f50a53e6863c56bb3bc3952aa753

Collection Manager: Fix local render RTO tooltip. Task: T69577

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

M	object_collection_manager/operators.py

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

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'}



More information about the Bf-extensions-cvs mailing list