gdkchan / SPICA

Experimental H3D tool
The Unlicense
95 stars 46 forks source link

ORAS Anims are not exportable by batch exporter. #27

Open Fallenleader opened 6 years ago

Fallenleader commented 6 years ago

This is both an issue and a feature request. As it currently stands, Spica can recognize but not currently export OR/AS animations using Batch explorer, even with renaming file.bs to file.bch or even file.bin. The export button only seems to export textures, and ignores whatever else you either have selected, or whichever tab you are in. This should be corrected to either export the current tab, or the selected file. Animation exports should also be optional whether you want to merge skeletal and material animations, or leave them separate. The fist issue of Spica ignoring ORAS anims on the batch exporting is the more pressing issue.

gdkchan commented 6 years ago

The original plan was adding a command line (CLI) tool to convert between formats, and (maybe) also preview them (like the current version does showing the model with animations and stuff). Then users would be able to convert multiple files by using a batch script running the tool multiple times (one for each file) in a loop. This gives way more flexibility than a batch export dialog.