Skip to content

Release 0.1.20

Choose a tag to compare

@ShadelessFox ShadelessFox released this 28 Jan 17:26
78ac5cf

Features

  • Application: User settings now reside in platform-specific locations

    This means that you don't need to transfer configuration files between different versions/installations of the tool anymore. Log files are now stored there as well, with some useful information about the environment and the tool itself for bug hunting.

    You can find configuration files here:

    • Windows: %LocalAppData%\DecimaWorkshop
    • Linux: ~/.config/decima-workshop
    • macOS: ~/Library/Application Support/DecimaWorkshop
  • Model Viewer: Experimental glTF exporter

    At this point in development, it can only export meshes. No skeletons, textures, or animations are supported at the moment.

    The output format can be chosen in the export dialog under the Output format drop-down (supports .gltf and .glb formats)

Fixes

  • Packfile Manager: Start and end chunks of a file were computed incorrectly if chunks were unaligned (5c057f5)
  • Core Editor: Cyclic graphs no longer result in an application crash. Instead, now it's impossible to view such graphs, for now
  • Core Editor: When sorting entries, their text presentation is now taken into account (168c6e0)
  • Model Viewer: Normals were shown in the wrong locations for models with transform (42c3959)
  • Texture Viewer: Fix various DDS export issues (da6d89c) by @jandk
  • Texture Viewer: Fix BC1, BC2, BC3 color decoding; add sanity tests (6d6231f)