DarklightGames / io_scene_psk_psa

A Blender extension for importing and exporting Unreal PSK and PSA files
GNU General Public License v3.0
312 stars 20 forks source link

Exporter does not warn the user if the model exceeds the capabilities of the PSK format #9

Closed cmbasnett closed 2 years ago

cmbasnett commented 2 years ago

The PSK format has a number of hard limits (eg. 65536 wedges max etc.) that aren't respected by the exporter. The exporter will happily export a broken PSK if the wedge limit is exceeded.

An error should be displayed if the resultant PSK would violate any of the limits.

cmbasnett commented 2 years ago

Fixed in 2.0.0.

The exporter now enforces all the built-in limits of the PSK format and will throw an error if the limits would be exceeded.