Pherakki / Blender-Tools-for-DSCS

This repository provides a work-in-progress addon for Blender 2.8 that can (to some degree) import model files from the PC version of Digimon Story: Cyber Sleuth. It provides new options in File > Import and File > Export named "DSCS Model", which should be pointed towards 'name' files in the game data. The file format is mostly understood; but some bugs remain and there are some Blender issues yet to be understood. Also has experimental support for the PS4 version, and for Megido72.
MIT License
24 stars 5 forks source link

"Too many vertex groups" error triggers the wrong message for non-mesh selections #12

Closed Pherakki closed 2 years ago

Pherakki commented 2 years ago

If a model with too many vertex groups on some vertices is attempted to be exported, and the model is identified by selecting the armature or axis object instead of a mesh, the error-handling code will throw an exception trying to set edit mode on the selected object instead of the troublesome mesh.