Fix #117520: Data Transfer modifier not working with Vertex Groups #117538

Merged
Philipp Oeser merged 2 commits from lichtwerk/blender:117520 into main 2024-01-26 16:45:09 +01:00

2 Commits

Author SHA1 Message Date
Philipp Oeser 7160bf8195 remove unnecesary parentheses 2024-01-26 16:31:42 +01:00
Philipp Oeser c92927bf99 Fix #117520: Data Transfer modifier not working with Vertex Groups
This was the case for custom normals.

There was an optimization in 91b4f9f1f6 that was skipping computation of
existing normals if the Mix Factor in the UI was at 1.0 (under the
assumption that in this case no old normals would be needed.

Problem is that the resulting mix factor is the product of the Mix
Factor in the UI and the weights, so just doing the check as in the
culprit commit is not enough.

Need to consider if weights are used.
2024-01-26 11:21:42 +01:00