Page MenuHome

Fix T94243: weightpaint gradient panel shown in other places
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Dec 20 2021, 10:05 AM.

Details

Summary

Weightpaint gradient tool panel showed in other modes (and as a separate
panel).

Fix for fix, see

So now, check mode again and restrict to topbar (prevents an additional
panel since this is already included in the brush settings).

ref rB0837926740b3 in sculpt-dev branch, so thx @Joseph Eagar (joeedh) as well!

Diff Detail

Repository
rB Blender

Event Timeline

Looks fine, only minor changes noted.

release/scripts/startup/bl_ui/space_view3d_toolbar.py
697

Typo fraw also use capitals & fullstops.

698

Single quotes for enums (elsewhere in this patch too).

708–709

Prefer if settings is None: done elsewhere in this file.

This revision is now accepted and ready to land.Jan 9 2022, 7:12 AM