GP: Remove Target Weight switch
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user