GP: Remove Target Weight switch

This commit is contained in:
2018-11-21 09:03:17 +01:00
parent 7de712e1e5
commit 3a64d7ca48
5 changed files with 16 additions and 17 deletions

View File

@@ -408,11 +408,7 @@ class _draw_left_context_mode:
row.prop(brush, "strength", slider=True)
row.prop(brush, "use_pressure_strength", text="")
row = layout.row(align=True)
row.prop(brush, "use_target_weight", text="", icon='WPAINT_HLT')
sub = row.row(align=True)
sub.enabled = brush.use_target_weight
sub.prop(brush, "target_weight", slider=True)
layout.prop(brush, "target_weight", slider=True)
@staticmethod
def PARTICLE(context, layout, tool):