v0.2.1
Maintenance release: internal refactor and a documentation note. No user-facing behavior change.
Changed
- Single SOMA77 data source — the SOMA77 skeleton data (
SOMA77_JOINTS,SOMA77_PARENTS,NEUTRAL_JOINTS,TPOSE_ROTS) was duplicated inline across thegen_sopandrest_sopcook scripts. It now lives once inscripts/_soma77.pyand is embedded as the HDA's PythonModule section, which both cook scripts read viahou.pwd().parent().type().hdaModule(). Swapping or extending the skeleton is now a one-file edit. (#9)
Docs
- Noted that the
kimodo_motionHDA works standalone: even without the inference server (so no generation), it reads any compatible SOMA77 NPZ produced elsewhere and reconstructs the skeleton motion as KineFX geometry via the NPZ Path parameter.
Full Changelog: v0.2.0...v0.2.1