SWBF-msh-Blender-IO/addons/io_scene_swbf_msh
Will Snyder 440a3e7300 MSH reader no longer reads up to the next multiple of 4, since files exported with ZETools seem not to abide by that rule. It doesn't matter if files are exported with this behavior, since the reading code now skips bytes until a known header is found, instead of just reading the next header blindly. Teancum's highsinger and xizor now importing just fine. 2020-12-03 23:15:25 -05:00
..
__init__.py STRP importing, Teancum's highsinger and xizor break implying adaptations needed for ZETools-exported MSHs 2020-12-04 03:33:46 -05:00
crc.py Hardcoded spa1_prop_door amims test 2020-10-11 12:11:15 -04:00
msh_anim_gather.py Name agnostic armature handling, better export options 2020-12-03 20:10:16 -05:00
msh_material.py Models with basic materials importing correctly 2020-11-13 15:59:54 -05:00
msh_material_gather.py add docs! 2019-11-17 04:07:47 +13:00
msh_material_properties.py fix error when no material is selected 2019-11-21 23:24:26 +13:00
msh_material_ui_strings.py add docs! 2019-11-17 04:07:47 +13:00
msh_material_utilities.py material support 2019-11-15 16:28:09 +13:00
msh_model.py STRP importing, Teancum's highsinger and xizor break implying adaptations needed for ZETools-exported MSHs 2020-12-04 03:33:46 -05:00
msh_model_gather.py STRP importing, Teancum's highsinger and xizor break implying adaptations needed for ZETools-exported MSHs 2020-12-04 03:33:46 -05:00
msh_model_triangle_strips.py basic working version 2019-11-11 23:03:52 +13:00
msh_model_utilities.py Basic reading/writing 2020-12-02 20:27:46 -05:00
msh_reader.py MSH reader no longer reads up to the next multiple of 4, since files exported with ZETools seem not to abide by that rule. It doesn't matter if files are exported with this behavior, since the reading code now skips bytes until a known header is found, instead of just reading the next header blindly. Teancum's highsinger and xizor now importing just fine. 2020-12-03 23:15:25 -05:00
msh_scene.py STRP importing, Teancum's highsinger and xizor break implying adaptations needed for ZETools-exported MSHs 2020-12-04 03:33:46 -05:00
msh_scene_read.py STRP importing, Teancum's highsinger and xizor break implying adaptations needed for ZETools-exported MSHs 2020-12-04 03:33:46 -05:00
msh_scene_save.py STRP importing, Teancum's highsinger and xizor break implying adaptations needed for ZETools-exported MSHs 2020-12-04 03:33:46 -05:00
msh_to_blend.py MSH reader no longer reads up to the next multiple of 4, since files exported with ZETools seem not to abide by that rule. It doesn't matter if files are exported with this behavior, since the reading code now skips bytes until a known header is found, instead of just reading the next header blindly. Teancum's highsinger and xizor now importing just fine. 2020-12-03 23:15:25 -05:00
msh_utilities.py Basic reading/writing 2020-12-02 20:27:46 -05:00
msh_writer.py basic working version 2019-11-11 23:03:52 +13:00