Fix: Cloth could ignore "Shear" vertexgroup #118028

Manually merged

1 Commits

Author SHA1 Message Date
Philipp Oeser d38ac54d6b Fix: Cloth could ignore "Shear" vertexgroup
Oversight in e3d31b8dfb

While most situations would have other vertexgroups set anyways (so this
probably wasnt noticed, it was only ignored if it is the only
vertexgroup used), at least theoretically it could happen that
`cloth_uses_vgroup` would return false even then `vgroup_shear` is set
(thus skipping actually setting these weights later).
2024-02-09 10:42:15 +01:00