Brushstroke Tools: Initial Version #328
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user