bevy/crates/bevy_animation/src
DAA c2f71f8bbb Make animate_targets run before inherit_weights (#16981)
# Objective

ensure that `animate_targets` runs **before**
`bevy_render::mesh::inherit_weights` to address the one-frame delay

Fixes #16554 

## Solution

switch ordering constraints from `after` to `before`

## Testing

ran bevy_animation tests and the animated_fox example on MacOS
2025-01-03 19:31:46 +01:00
..
animatable.rs Fix additive blending of quaternions (#15662) 2024-10-05 20:03:10 +00:00
animation_curves.rs AnimatedField and Rework Evaluators (#16484) 2024-11-28 00:23:01 +01:00
gltf_curves.rs Replace TwoIterators with Either in bevy_animation (#16036) 2024-10-21 02:17:59 +00:00
graph.rs Incorporate all node weights in additive blending (#16279) 2024-11-11 21:50:47 +01:00
lib.rs Make animate_targets run before inherit_weights (#16981) 2025-01-03 19:31:46 +01:00
transition.rs aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +00:00
util.rs Animatable trait for interpolation and blending (#4482) 2024-02-02 21:19:37 +00:00