Skip to content

v0.24.0

Compare
Choose a tag to compare
@Floppy Floppy released this 06 Jul 22:46
· 3615 commits to main since this release
edb2fc5

HUGE new feature! VanDAM can now reorganise your models on disk, moving them around for you into an organised folder structure that reflects the information you've entered.

Currently the files are named with a fixed format, /{tags}/{model-name}#{model-id} - for example /miniatures/scifi/vehicle/hover-tank#42. Tags are turned into folders, with more popular tags being higher up the folder tree, so this should organise things in a fairly intuitive fashion. Future releases will add the ability to customise this naming scheme, and rename part files in the same way.

Note that you can only move models that don't contain other models in subdirectories. The UI will now let you easily find those submodels and move them first, if you want to.

What's Changed

  • Add the ability to organise models on disk by @Floppy in #589

Full Changelog: v0.23.0...v0.24.0