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 4a9330e202 - Show all commits

View File

@ -318,7 +318,7 @@ class BSBST_PT_brushstroke_tools_panel(bpy.types.Panel):
if style_panel: if style_panel:
if settings.style_context=='BRUSHSTROKES' and not utils.is_brushstrokes_object(style_object): if settings.style_context=='BRUSHSTROKES' and not utils.is_brushstrokes_object(style_object):
style_panel.label(text='No Brushstroke Context Found', icon='ERROR') style_panel.label(text='No Brushstroke Context Found')
return return
if not is_preset and len(settings.context_brushstrokes)>0: if not is_preset and len(settings.context_brushstrokes)>0:
row = style_panel.row() row = style_panel.row()