Page MenuHome

Fix T81461: Weight paint crash with "Vertex Groups X Symmetry" option
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Oct 6 2020, 3:38 PM.

Details

Summary

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].

Diff Detail

Repository
rB Blender