Batch Rename says "undocumented operator" #91390

Closed
opened 2021-09-14 02:24:26 +02:00 by Ken Heslip · 19 comments

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 660/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.96

Blender Version
Broken: version: 2.93.4, branch: master, commit date: 2021-08-31 09:23, hash: b7205031ce
Worked: (newest version of Blender that worked as expected)

Short description of error
Batch Rename says "undocumented operator" when hover mouse on it.

Exact steps for others to reproduce the error
Click on Edit menu in the top left.
Move mouse down to "Batch Rename" and hover over it.

A possible description:

Batch Rename allows you to rename multiple names at once.```
**System Information** Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 660/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.96 **Blender Version** Broken: version: 2.93.4, branch: master, commit date: 2021-08-31 09:23, hash: `b7205031ce` Worked: (newest version of Blender that worked as expected) **Short description of error** Batch Rename says "undocumented operator" when hover mouse on it. **Exact steps for others to reproduce the error** Click on Edit menu in the top left. Move mouse down to "Batch Rename" and hover over it. ``` A possible description: Batch Rename allows you to rename multiple names at once.```
Author

Added subscriber: @KenHes

Added subscriber: @KenHes
Author

A possible description:

Batch Rename allows you to rename multiple names at once.

A possible description: Batch Rename allows you to rename multiple names at once.
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

Added subscriber: @ChandrapalSd

Added subscriber: @ChandrapalSd
Chandrapal Singh self-assigned this 2021-09-17 17:57:23 +02:00

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'

This comment was removed by @ChandrapalSd

*This comment was removed by @ChandrapalSd*
Member

Changed status from 'Resolved' to: 'Confirmed'

Changed status from 'Resolved' to: 'Confirmed'
Member

Hi, thank you for the fix. Please submit the .diff file here to get reviews from developers.
Also check Contributing_Code wiki page to understand the process :)

Hi, thank you for the fix. Please submit the .diff file [here ](https://developer.blender.org/differential/diff/create/) to get reviews from developers. Also check [Contributing_Code ](https://wiki.blender.org/wiki/Process/Contributing_Code) wiki page to understand the process :)

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index 6af86e75b8a..e6fa6ebf2ac 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -2187,6 +2187,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(

Please review the changes and merge the changes to the main branch.
I have also submited this on https://developer.blender.org/differential/diff/42006/

``` diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py index 6af86e75b8a..e6fa6ebf2ac 100644 --- a/release/scripts/startup/bl_operators/wm.py +++ b/release/scripts/startup/bl_operators/wm.py @@ -2187,6 +2187,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( ``` Please review the changes and merge the changes to the main branch. I have also submited this on https://developer.blender.org/differential/diff/42006/

Added subscriber: @deadpin

Added subscriber: @deadpin

Changed status from 'Resolved' to: 'Confirmed'

Changed status from 'Resolved' to: 'Confirmed'

@ChandrapalSd Do not resolve this task. That's not how it works on this platform. This task will only be resolved and closed once the fix is actually checked in. Additionally, you need to Continue through the diff process so it actually creates a new Revision for proper review.

@ChandrapalSd Do not resolve this task. That's not how it works on this platform. This task will only be resolved and closed once the fix is actually checked in. Additionally, you need to Continue through the diff process so it actually creates a new Revision for proper review.

This comment was removed by @ChandrapalSd

*This comment was removed by @ChandrapalSd*

#91390.diff
Can someone tell me , what is a revision .
BTW i am attaching the diff file here

[#91390.diff](https://archive.blender.org/developer/F10529412/T91390.diff) Can someone tell me , what is a revision . BTW i am attaching the diff file here
Member

BTW i am attaching the diff file here

Hi, I think you have uploaded the diff file but not created the revision completely: https://developer.blender.org/differential/diff/42006/

Proceed with the Continue button then fill the required text boxes there :)

> BTW i am attaching the diff file here Hi, I think you have uploaded the diff file but not created the revision completely: https://developer.blender.org/differential/diff/42006/ Proceed with the `Continue` button then fill the required text boxes there :)

This issue was referenced by 5033310e8a

This issue was referenced by 5033310e8aca2cbbb5d55f306d8b98663469867f
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
6 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#91390
No description provided.