You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/EMotionFX/Code
Benjamin Jillich e6ddc29cb4
Data integrity issue, keyframe times need to be ascending (#2130) (#2154)
* User provided animation resulted in a data integrity error.
* The first track had 0.66 as max time while another had a keyframe more resulting in 0.69.
* When updating the duration before fixing up the last keyframe for each of the tracks, the duration was returned early with 0.66 while there were other tracks having a keyframe more.
* We're now crawling through all tracks to determine the maximum duration.
* This results in a correct fixup of the last frame.

Signed-off-by: Benjamin Jillich <jillich@amazon.com>
5 years ago
..
EMotionFX Data integrity issue, keyframe times need to be ascending (#2130) (#2154) 5 years ago
Editor/Platform Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Include/Integration Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
MCore Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
MysticQt Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Platform Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
Source First pass FBX -> Scene File conversion. (#1699) 5 years ago
Tests First pass FBX -> Scene File conversion. (#1699) 5 years ago
CMakeLists.txt Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
emotionfx_editor_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
emotionfx_editor_tests_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
emotionfx_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
emotionfx_shared_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
emotionfx_shared_tests_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago
emotionfx_tests_files.cmake Final update copyright headers to reference license files at the repo root (#1693) 5 years ago