FBX IO: Fix animation import when the newer opt-in FBX_KTIME is used #105019

Merged
Thomas Barlow merged 3 commits from Mysteryem/blender-addons:fbx_new_ktime into main 2023-12-01 01:00:26 +01:00

3 Commits

Author SHA1 Message Date
032ae1f601 Increase FBX version 2023-11-30 23:51:15 +00:00
dc6dd6c76e Merge branch 'main' into fbx_new_ktime 2023-11-30 23:49:01 +00:00
a5b47383c7 FBX IO: Fix animation import when the newer opt-in FBX_KTIME is used
FBX 2019.5 (file version 7700) introduced a new number of "ktimes" per
second to more accurately support some animation frame rates. The new
value is an opt-in until FBX version 8000, where it should then become
the default.

The importer will now look for new the header version and flag
specifying to opt in to the new FBX_KTIME value.

The exporter is unaffected because it always writes an FBX version 7400
binary.
2023-11-22 01:06:34 +00:00