FBX IO: Only import the first animation curve per channel
commitbf0e7c8d6e4d4a96b86bee4111c58e700969adb9
authorThomas Barlow <github@mysterymayhem.co.uk>
Thu, 7 Sep 2023 22:33:36 +0000 (8 00:33 +0200)
committerMysteryem <mysteryem@noreply.localhost>
Thu, 7 Sep 2023 22:33:36 +0000 (8 00:33 +0200)
treeaadb5fd33cca753f25db6d7a194236f97e7d743e
parent8b3bc24f5c69c9bb719033c41b18814ef99f422a
FBX IO: Only import the first animation curve per channel

FBX's default animation system only uses the first animation curve
assigned to a channel.

This patch changes the FBX Importer to also only use the first animation
curve assigned to a channel.

Pull Request: https://projects.blender.org/blender/blender-addons/pulls/104866
io_scene_fbx/__init__.py
io_scene_fbx/import_fbx.py