Skip to content

Releases: Crowfunder/Kozmadeus

Full Release

11 Jan 23:50
8ed22d3
Compare
Choose a tag to compare

Major release breaking compatibility!

What's Changed

  • Complete Back-End overhaul, rewrite of the entire model structure. Now all model data is represented by a class schema. Modules now create and return objects created from said schema instead of relying on args dict.
  • Support for multiple materials on single model.
  • Logging is now handled by logging library, instead of a custom logger.
  • Certain model elements that were passed in args are now automatically calculated.
  • main.py now receives input arguments in a simple Settings object instead of multiple function arguments.
  • Heavy code refactoring.
  • Fix multiple indices reordering bugs.
  • In certain cases, when importing a model with weighted vertices, performance may have been boosted by even 1000%. (I'm not kidding.)

Documentation to be finished.

Full Changelog: v0.1.0beta...v1.0.0

Release SHA256 checksum: ea94a1d5b57d4d3ac9d8c0f869546c57088e61cd804b69e8874250cd2c6ba2cb

Support for Decomposed Transforms

02 Aug 23:44
57111c3
Compare
Choose a tag to compare

What's Changed

  • Added support for decomposed transforms, now you can use them as an alternative to matrix transforms.
  • Add a verbose error message when user attempts to import a model with multiple material mappings, as it's not supported now.
  • Bump pysimplegui from 4.60.4 to 4.60.5 by @dependabot in #2

Full Changelog: v0.0.1beta...v0.1.0beta

Release SHA256 checksum: 968529D402B703BCF5AF5F939ACA3E74F3C54051C6E71874CDDB51CAA082ACDB

First Release

30 Mar 21:01
a417ee5
Compare
Choose a tag to compare

Windows release compiled with Nuitka. For different OS run/compile from source, see README.

Attention: I'm aware of the issue with Windows Defender that flags kozmadeus-gui.exe as malware, this is a false positive. A report to Microsoft has already been filed. If you are worried, run Kozmadeus from source, using the Manual method.
Issue resolved by compiling using --standalone instead of --onefile option which produced some patterns often detected by antiviruses.

Release SHA256 checksum: 85046225fb0354ae8b2144b9405304d906da05610ab3de8932df41495a966969