Blender Git Commit Log

Git Commits -> Revision c51a705

Revision c51a705 by Sybren A. Stüvel (master)
December 7, 2020, 15:30 (GMT)
Fix T81745: Auto Weights fails with Mirror mod + Vertex Groups X

Fix the Assign Automatic Weights operator in weight paint mode when the
Vertex Groups X option is enabled. This issue was probably introduced in
rB5502517c3c12 where `me->editflag & ME_EDIT_MIRROR_X` was replaced by
either `me->editflag & ME_EDIT_VERTEX_GROUPS_X_SYMMETRY` or
`me->symmetry & ME_SYMMETRY_X`. In this case, the former wasn't working,
so I replaced it with the latter.

Commit Details:

Full Hash: c51a70537b12946bd8e7e66d29ef438a41a8801a
Parent Commit: 2e221de
Lines Changed: +2, -7

1 Modified Path:

/source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c (+2, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021