Page MenuHome

Fix T80273: Restrict option in weight paint doesn't work with gradient
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Aug 31 2020, 4:02 PM.

Details

Summary

With the 'Restrict' option, the gradient should be restricted to the
assigned vertices, just like the other weight paint tools.

Diff Detail

Repository
rB Blender
Branch
T80273 (branched from master)
Build Status
Buildable 9892
Build 9892: arc lint + arc unit

Event Timeline

Philipp Oeser (lichtwerk) requested review of this revision.Aug 31 2020, 4:02 PM
Philipp Oeser (lichtwerk) created this revision.

Minor changes, otherwise LGTM.

source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c
597

Prefer a bit more verbose: use_vgroup_restrict.

621–624

This could be moved before alpha-calculation.

This revision is now accepted and ready to land.Sep 4 2020, 10:14 AM