Fix #104628: rename Texture-paint panel 'Brush Tip' to 'Cursor' #108544

Merged
Pratik Borhade merged 1 commits from FynnGr/blender:dev into blender-v3.6-release 2023-06-09 06:26:35 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -1221,7 +1221,7 @@ class IMAGE_PT_tools_brush_display(Panel, BrushButtonsPanel, DisplayPanel):
bl_context = ".paint_common_2d"
bl_parent_id = "IMAGE_PT_paint_settings"
bl_category = "Tool"
bl_label = "Brush Tip"
bl_label = "Cursor"
bl_options = {'DEFAULT_CLOSED'}
bl_ui_units_x = 15