Releases: MrLixm/KUI
Releases · MrLixm/KUI
3.0.0 repo structure maintenance
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
- 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
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.