OSCmooth v1.0.2
This patch includes several changes that improve the functionality and versatility of OSCmooth.
What's Changed
- Implemented several changes to the animation subsystem to now fully support Write Defaults off!
- Fixed default smoothing values not reflecting the best tested results. (local: 0.1, remote: 0.7).
- Organized animations to be separated by what Animator they are currently generated for.
- Improved the blacklist to handle edge-cases from Razgriz's VRCFTGenerator tool.
- Fixed a weird behavior causing an initial animation generation to fail.
Roadmap
- Plans to introduce two new smoothing types: ArcTan (Adaptive) smoothing and Linear (time-constant) smoothing.
- Fix config files not initializing properly
- Make smoothing frametime independent (currently the smoothing will get smoother the lower your framerate)
- Add a way to easily revert animations back (will essentially make this tool completely 'non-destructive')
Full Changelog: v1.0.1...v1.0.2