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

Models with "attachments" have incorrect animations. #16

Open Pherakki opened 2 years ago

Pherakki commented 2 years ago

Models such as chr680 have disconnect parts of the mesh, such as weapons, that fail to animate properly when the model in imported to Blender. In the model editor, which operates by multiply transform matrices only instead of tiptoeing around Blender's use of individual transformation channels, the models animate correctly. This implies that either the tool or Blender constructs animations in a way that only causes bugs for animations with significant location channels. The cause of this needs to be identified, and if possible, corrected / worked around.