Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandrapal Singh <chandrapalSd>2021-09-22 18:35:00 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-09-22 18:35:29 +0300
commit5033310e8aca2cbbb5d55f306d8b98663469867f (patch)
tree0e568d1e1a7f0c139e2190a94499e5cb584be763 /release
parentac68b08c5b785ce08637fac14c20dc3b52cfed47 (diff)
UI: Add description for Batch rename
Added description for Batch rename which pop-ups when hovering the mouse over "Batch rename" inside the edit menu. Fixes T91390 Reviewed By: Blendify Maniphest Tasks: T91390 Differential Revision: https://developer.blender.org/D12594
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/wm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index a386df5c428..ebf80ca9ee4 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -2194,6 +2194,7 @@ class WM_OT_batch_rename(Operator):
bl_idname = "wm.batch_rename"
bl_label = "Batch Rename"
+ bl_description = "Rename multiple items at once"
bl_options = {'UNDO'}
data_type: EnumProperty(