Blender Git Commit Log
Git Commits -> Revision 893c29c
Revision 893c29c by Alexander Gavrilov (blender-v2.81-release) December 3, 2019, 09:42 (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: 893c29c15ca2fd95de79e9390b5650aaeabc999f
Parent Commit: 54bff9d
Committed By: Sergey Sharybin
Lines Changed: +3, -3
1 Modified Path:
/source/blender/blenkernel/intern/crazyspace.c (+3, -3) (Diff)