blender-addons/io_scene_fbx
Thomas Barlow c9d8698a1a FBX IO: Fix missing conversion to radians of initial rotation in animation import
My own mistake in e7b1962893.

The incorrect rotation could be noticed if the initial rotation was
non-zero and an imported transformation animation only animated scaling
and/or translation.

Several addon patch versions have been skipped because they were
mistakenly used by the main branch. See 5713746637.
2023-10-30 17:25:11 +00:00
..
__init__.py FBX IO: Fix missing conversion to radians of initial rotation in animation import 2023-10-30 17:25:11 +00:00
data_types.py Fix FBX char type being interpreted as bool 2023-09-26 03:44:42 +02:00
encode_bin.py Fix missing animations when converting some FBX from json to binary 2023-10-06 00:06:07 +02:00
export_fbx_bin.py FBX IO: Speed up cluster export: Remove unused sorting 2023-10-06 04:41:44 +02:00
fbx2json.py Fix FBX char type being interpreted as bool 2023-09-26 03:44:42 +02:00
fbx_utils.py FBX IO: Speed up animation simplification using NumPy 2023-10-06 17:52:59 +02:00
import_fbx.py FBX IO: Fix missing conversion to radians of initial rotation in animation import 2023-10-30 17:25:11 +00:00
json2fbx.py Fix FBX char type being interpreted as bool 2023-09-26 03:44:42 +02:00
parse_fbx.py Fix FBX char type being interpreted as bool 2023-09-26 03:44:42 +02:00