Brushstroke Tools: Initial Version #328
@ -230,7 +230,7 @@ class BSBST_Settings(bpy.types.PropertyGroup):
|
||||
items= [('SURFACE_FILL', 'Fill', 'Use surface fill method for new brushstroke object', 'OUTLINER_OB_FORCE_FIELD', 0),\
|
||||
('SURFACE_DRAW', 'Draw', 'Use surface draw method for new brushstroke object', 'LINE_DATA', 1),
|
||||
])
|
||||
style_context: bpy.props.EnumProperty(default='AUTO',
|
||||
style_context: bpy.props.EnumProperty(default='BRUSHSTROKES',
|
||||
name='Context',
|
||||
items= [
|
||||
('PRESET', 'Default', 'Specify the style of the current default used for new brushstrokes', 'SETTINGS', 0),\
|
||||
|
@ -236,8 +236,6 @@ class BSBST_PT_brushstroke_tools_panel(bpy.types.Panel):
|
||||
else:
|
||||
surface_row.alert = True
|
||||
surface_row.label(text='No Valid Surface Object', icon='OUTLINER_OB_SURFACE')
|
||||
|
||||
#layout.prop(settings, 'brushstroke_method', expand=True)
|
||||
|
||||
row = layout.row(align=True)
|
||||
op = row.operator("brushstroke_tools.new_brushstrokes", text='Fill', icon='OUTLINER_OB_FORCE_FIELD')
|
||||
|
Loading…
Reference in New Issue
Block a user