Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-12-07 18:30:09 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-12-07 18:30:14 +0300
commitc51a70537b12946bd8e7e66d29ef438a41a8801a (patch)
tree253c7ddd5a2af7eedb974b9d1a047fa703d66b84 /source/blender/blenkernel/intern/modifier.c
parent2e221de4ceeedcaf6e322d9cd72b148cb04cdac4 (diff)
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.
Diffstat (limited to 'source/blender/blenkernel/intern/modifier.c')
0 files changed, 0 insertions, 0 deletions