Blender Git Loki
Git Commits -> Revision 084d911
Revision 084d911 by Philipp Oeser (master) October 7, 2020, 08:15 (GMT) |
Fix T81461: Weight paint crash with "Vertex Groups X Symmetry" option In that case, weightpainting would still be done threaded, but current mirroring code cannot be run in parallel. Caused by rB5502517c3c12 [which was checking mesh 'flag', needs to be 'editflag' -- thus test was always true]. Reviewers: pablodp606 Maniphest Tasks: T81461 Differential Revision: https://developer.blender.org/D9126 |
Commit Details:
Full Hash: 084d911010fdc7905694e8be4f5d965f4f4d1415
Parent Commit: 099ce95
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/sculpt_paint/paint_vertex.c (+2, -2) (Diff)