Skip to content

Releases: MrLixm/KUI

3.0.0 repo structure maintenance

18 Sep 10:25
ff7a2a7
Compare
Choose a tag to compare

This release doesn't bring new features.
It improve overall repository structure.
Never the less it introduce some breaking API change, thus the major upgrade in versioning.

What's Changed

  • KUI maintenance restructuring by @MrLixm in #9
  • support for lllogger 2.0.0
  • improved integration of lllogger
  • added compatibility with katananodling
  • KuiSetup and KuiInstancer nodes are now built from katananodling CustomNode system
  • (major change) improved lua API calls, unifying functions call using . instead of :
  • improved dev/ resources
  • updated documentation

Full Changelog: v2.0.0...v3.0.0

2.0.0 Motion-blur support

30 Mar 20:03
Compare
Choose a tag to compare

You will not find any 1.0.0 release as I didn't consider it production-ready. This version was a major update of the code to add support for time samples. This also removed the now considered useless multiplication/offset of the values that can be done with a simple OpScript before.

This closes #5 .

Make sure to read the documentation to not miss anything.