Blender Git Commit Log

Git Commits -> Revision f1ac649

Revision f1ac649 by Alexander Gavrilov (master)
November 30, 2019, 17:33 (GMT)
Fix T71213: Mask or Mirror before Armature breaks weight paint.

This is a revert of a small fraction of commit rB5e332fd700
that introduced the issue according to bisect.

Doing a break here is wrong, because BKE_crazyspace_build_sculpt
assumes that processing stopped at the first deform modifier
without deformMatrices, and thus skips all modifiers until it
finds one like that. Thus this early loop exit makes the behavior
worse, as instead of skipping just Mask and Mirror, it skips all.

Commit Details:

Full Hash: f1ac64921b49eaea8658d144754a1a532198c720
Parent Commit: f0e7fd4
Lines Changed: +3, -3

1 Modified Path:

/source/blender/blenkernel/intern/crazyspace.c (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021