mirror of
https://github.com/bevyengine/bevy
synced 2024-12-24 12:03:14 +00:00
d3657a04cd
# Objective Fix a couple of substantial errors found during the development of #15665: - `AnimationCurveEvaluator::add` was secretly unreachable. In other words, additive blending never actually occurred. - Weights from the animation graph nodes were ignored, and only `ActiveAnimation`'s weights were used. ## Solution Made additive blending reachable and included the graph node weight in the weight of the stack elements appended in the curve application loop of `animate_targets`. ## Testing Tested on existing examples and on the new example added in #15665. |
||
---|---|---|
.. | ||
derive | ||
src | ||
Cargo.toml | ||
README.md |