matthiasvegh / Chunkymator

A json generator for Chunky
GNU General Public License v2.0
5 stars 2 forks source link

Refactor scene saving out of morph.main #21

Closed matthiasvegh closed 10 years ago

matthiasvegh commented 10 years ago

Currently morph is difficult to test, as the output scenes are written to a file. This could be helped by moving the scene saving to a separate function.