Blender Git Commit Log
Git Commits -> Revision 5e13986
Revision 5e13986 by Alexander Gavrilov (temp-angavrilov-constraints) June 22, 2021, 13:43 (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: 5e13986b1cab4b67a3b2e2d8ce493590b6af0492
Parent Commit: 848b47d
Lines Changed: +74, -10