Brushstroke Tools: Initial Version #328
@ -215,6 +215,9 @@ def draw_material_settings(layout, material, surface_object=None):
|
||||
row = brush_panel.row(align=True)
|
||||
row.prop_search(material, 'brush_style', addon_prefs, 'brush_styles', text='', icon='BRUSHES_ALL')
|
||||
row.operator('brushstroke_tools.refresh_styles', text='', icon='FILE_REFRESH')
|
||||
if n1.inputs:
|
||||
for in_s in n1.inputs:
|
||||
brush_panel.prop(in_s, 'default_value', text=f"{in_s.name}")
|
||||
brush_panel.template_node_inputs(n2)
|
||||
except:
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user