Commit: 5033310e8aca2cbbb5d55f306d8b98663469867f Author: Chandrapal Singh Date: Wed Sep 22 11:35:00 2021 -0400 Branches: master https://developer.blender.org/rB5033310e8aca2cbbb5d55f306d8b98663469867f
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 =================================================================== M release/scripts/startup/bl_operators/wm.py =================================================================== 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( _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
