Skip to content

Fix #201: undocumented operator tooltip - #232

Merged
PakshP merged 1 commit into
mainfrom
fix/issue-201-operator-tooltip
Apr 28, 2026
Merged

PakshP merged 1 commit into
mainfrom
fix/issue-201-operator-tooltip

Conversation

@mesaAlex

@mesaAlex mesaAlex commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

All Blender addon operators were missing a bl_description, causing Blender to display "undocumented operator" as the tooltip on hover. Added descriptive bl_description strings to all 17 affected operators. The 4 operators that used class docstrings (LoadProjectFile, ApplyConflictResolutions, CancelMerge, PreviewRemoteConflicts) were already handled by Blender and left as-is.

I also already tested on blender everything should work perfectly

closes #201.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses Blender showing “undocumented operator” tooltips by ensuring BVCS add-on operators provide user-facing descriptions via bl_description (or an existing class docstring where Blender already uses it).

Changes:

  • Added bl_description strings to the operators that previously lacked them, improving tooltip text in the UI.
  • Left the 4 operators that already rely on class docstrings unchanged (since Blender already uses those).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mesaAlex mesaAlex changed the title #201 undocumented operator tooltip Fix #201: undocumented operator tooltip Apr 27, 2026
@PakshP
PakshP merged commit 810fb9b into main Apr 28, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

undocumented operator tooltip

3 participants