UI: Show user-oriented tooltip for extra options panel

Show "Extra options" as tooltip for the Tool Settings Extra Options item.

Pull Request: https://projects.blender.org/blender/blender/pulls/117193
This commit is contained in:
Sun Kim
2024-01-24 17:25:39 +01:00
committed by Harley Acheson
parent 7e87513368
commit d8fbf38808

View File

@@ -77,6 +77,7 @@ class TOPBAR_PT_tool_settings_extra(Panel):
bl_region_type = 'HEADER'
bl_space_type = 'TOPBAR'
bl_label = "Extra Options"
bl_description = "Extra options"
def draw(self, context):
from bl_ui.space_toolsystem_common import ToolSelectPanelHelper