ScanMountGoat / xenoblade_blender

Blender addon for importing Xenoblade models, maps, and animations
MIT License
12 stars 1 forks source link

process temp mesh to simplify exporting #18

Closed ScanMountGoat closed 3 months ago

ScanMountGoat commented 3 months ago

This can use the code from smash-ultimate-blender. https://github.com/ssbucarlos/smash-ultimate-blender/blob/a003be92bd27e34d2a6377bb98d55d5a34e63e56/source/model/export_model.py#L956

ScanMountGoat commented 3 months ago

Triangulation appears to be broken in game. If this isn't straightforward to fix, non triangular faces can be changed to a hard error using operator.report.

ScanMountGoat commented 3 months ago

Fixed on latest commit. The temp mesh changes weren't being used.