Skip to content

v0.2.1

Choose a tag to compare

@chordee chordee released this 04 Jun 19:53
· 2 commits to main since this release

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 the gen_sop and rest_sop cook scripts. It now lives once in scripts/_soma77.py and is embedded as the HDA's PythonModule section, which both cook scripts read via hou.pwd().parent().type().hdaModule(). Swapping or extending the skeleton is now a one-file edit. (#9)

Docs

  • Noted that the kimodo_motion HDA 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