Blender Git Loki

Git Commits -> Revision c056130

Revision c056130 by Alexander Gavrilov
May 11, 2021, 15:57 (GMT)
Animation: support filtering for curves with a cycle period mismatch.

Since the looping behavior is defined per curve rather than at
action level, it is possible for curve loop periods to get out of
sync with each other. This commit adds an option to compare curves
against the frame range specified in the action, and treat those
with a mismatch as errors for the purpose of F-Curve filtering.

When enabled, the check verifies that curves within the action
have valid cyclic extrapolation, and the action period evenly
divides by the curve period (since a curve looping at e.g. half
of the action period length still repeats in sync with the action).

Commit Details:

Full Hash: c056130669186163d02feec90a7438fd88eb3378
Parent Commit: 7daa2b5
Lines Changed: +74, -10

4 Modified Paths:

/release/scripts/startup/bl_ui/space_dopesheet.py (+5, -1) (Diff)
/source/blender/editors/animation/anim_filter.c (+58, -9) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_action.c (+9, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021