Brushstroke Tools: Initial Version #328

Merged
Simon Thommes merged 229 commits from SimonThommes/blender-studio-tools:brushstroke_tools-initial-version into main 2024-11-06 15:03:47 +01:00
Showing only changes of commit 742a542c41 - Show all commits

View File

@ -483,7 +483,7 @@ class BSBST_PT_brushstroke_tools_panel(bpy.types.Panel):
style_header.label(text="Default Settings", icon='SETTINGS')
else:
style_header.label(text="Brushstroke Settings", icon='BRUSH_DATA')
style_header.operator('brushstroke_tools.make_preset', text='', icon='DECORATE_OVERRIDE')
#style_header.operator('brushstroke_tools.make_preset', text='', icon='DECORATE_OVERRIDE')
style_header.row().prop(settings, 'ui_options', icon='OPTIONS', icon_only=True)
if style_panel: