UI: Show user-oriented tooltip for extra options panel #117193

Merged
Harley Acheson merged 2 commits from persun/blender:extra_options_tooltip into main 2024-01-24 17:25:52 +01:00
1 changed files with 1 additions and 0 deletions

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