blender-addons/io_scene_fbx
Bastien Montagne 80969b3d45 Fix T99876: FBX exporting animation with 1 fps
As suggested by Omar Emara (@OmarSquircleArt), break after first
matching framerate found, instead of searching the whole list everytime,
ending up selecting the last matching value.

NTSC 'drop frame' type are rather unusual, they should never be
auto-selected anyway.
2022-11-28 15:15:28 +01:00
..
__init__.py Fix T99876: FBX exporting animation with 1 fps 2022-11-28 15:15:28 +01:00
data_types.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:50:32 +10:00
encode_bin.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:50:32 +10:00
export_fbx_bin.py Fix T99876: FBX exporting animation with 1 fps 2022-11-28 15:15:28 +01:00
fbx2json.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:50:32 +10:00
fbx_utils.py Fix T98604: FBX import does not handle some framerate codes. 2022-06-13 12:15:39 +02:00
import_fbx.py Fix FBX IO handling of BoundaryRule enum values. 2022-07-11 11:56:49 +02:00
json2fbx.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:50:32 +10:00
parse_fbx.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:50:32 +10:00