FBX IO: Fix error importing transformation animations with a single channel
commit7362631fa435bd5e4db8a8e3f70d0bb3f63619c4
authorThomas Barlow <github@mysterymayhem.co.uk>
Wed, 6 Sep 2023 21:44:02 +0000 (6 22:44 +0100)
committerThomas Barlow <github@mysterymayhem.co.uk>
Wed, 6 Sep 2023 21:56:51 +0000 (6 22:56 +0100)
tree680b301283d8d5129bd342b9a7d80149f0c4f664
parentdbcc17eb972b154ecc28e5612a3475f5531a55fc
FBX IO: Fix error importing transformation animations with a single channel

The second return value of _combine_curve_keyframe_times is supposed to
be a list of arrays, but when there was only a single input array, that
array was being returned directly, without putting it in a list.

This fixes an unreported mistake in abab1c9343.
io_scene_fbx/__init__.py
io_scene_fbx/import_fbx.py