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>2021-05-19 09:10:52 +0300
committerRyan Inch <mythologylover75@gmail.com>2021-05-19 09:10:52 +0300
commitdf01c14fdd8a3d13f3994925af9a451873473eff (patch)
tree7bd44b275e3a0fcf21e47a368ffe36283dc4c2a6 /object_collection_manager/operators.py
parenteb6aa304ca043bc77d8c00b78c4d0762952ad088 (diff)
Collection Manager: Tooltip fixes. Task: T69577
Diffstat (limited to 'object_collection_manager/operators.py')
-rw-r--r--object_collection_manager/operators.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/object_collection_manager/operators.py b/object_collection_manager/operators.py
index b38e2fe6..cfa4146c 100644
--- a/object_collection_manager/operators.py
+++ b/object_collection_manager/operators.py
@@ -1382,9 +1382,13 @@ class CMNewCollectionOperator(Operator):
class CMPhantomModeOperator(Operator):
- '''Toggle Phantom Mode'''
bl_label = "Toggle Phantom Mode"
bl_idname = "view3d.toggle_phantom_mode"
+ bl_description = (
+ "Phantom Mode\n"
+ "Saves the state of all RTOs and only allows changes to them, on exit all RTOs are returned to their saved state.\n"
+ "Note: modifying collections (except RTOs) externally will exit Phantom Mode and your initial state will be lost"
+ )
def execute(self, context):
cm = context.scene.collection_manager