GPencil: Apply Brush Size to Outline thickness while drawing
The new factor allows to apply the current brush size to the external stroke perimeter conversion done in draw mode.
This commit is contained in:
@@ -1742,12 +1742,18 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(View3DPanel, Panel):
|
||||
col1 = col.column(align=True)
|
||||
col1.prop(gp_settings, "use_trim")
|
||||
|
||||
col.separator()
|
||||
|
||||
row = col.row(heading="Outline", align=True)
|
||||
row.prop(gp_settings, "use_settings_outline", text="")
|
||||
row2 = row.row(align=True)
|
||||
row2.enabled = gp_settings.use_settings_outline
|
||||
row2.prop(gp_settings, "material_alt", text="")
|
||||
|
||||
row2 = col.row(align=True)
|
||||
row2.enabled = gp_settings.use_settings_outline
|
||||
row2.prop(gp_settings, "outline_thickness_factor")
|
||||
|
||||
|
||||
class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, Panel):
|
||||
bl_context = ".greasepencil_paint"
|
||||
|
||||
Reference in New Issue
Block a user