diff --git a/.changeset/gait-travel-planting.md b/.changeset/gait-travel-planting.md deleted file mode 100644 index 326a138..0000000 --- a/.changeset/gait-travel-planting.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"posecode-render": patch ---- - -Carry the body to its authored travel waypoints in gait moves. A floor foot-pin in a clip that travels and alternates both feet is now solved as a stance foot (leg IK to the fixed plant) while the travelled root stays put, instead of translating the whole body back onto the plant and cancelling the travel. Same-foot travel pins and vertical supports keep the body-translate behaviour. diff --git a/.changeset/motion-export-bvh-gltf.md b/.changeset/motion-export-bvh-gltf.md deleted file mode 100644 index 2e8c44b..0000000 --- a/.changeset/motion-export-bvh-gltf.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"posecode-render": patch ---- - -Add motion export. `exportBVH(ir, options?)` bakes a movement's authored joint motion and root travel/turn into a standard Biovision Hierarchy (`.bvh`) file, and `exportGLTF(ir, options?)` / `buildAnimatedRig(ir, options?)` export the mannequin rig plus a baked `AnimationClip` as a glTF/GLB asset that loads with Three.js `GLTFLoader`. Both sample the timeline headlessly (no WebGL) at a configurable frame rate and bake the full looped runtime; they export authored motion, not the contact/IK-solved motion. diff --git a/packages/posecode-embed/CHANGELOG.md b/packages/posecode-embed/CHANGELOG.md index b1a265b..622109c 100644 --- a/packages/posecode-embed/CHANGELOG.md +++ b/packages/posecode-embed/CHANGELOG.md @@ -1,5 +1,15 @@ # posecode-embed +## 0.4.2 + +### Patch Changes + +- Updated dependencies [094d453] +- Updated dependencies [94399be] + - posecode-render@0.4.2 + - posecode-parser@0.4.2 + - posecode-share@0.4.2 + ## 0.4.1 ### Patch Changes diff --git a/packages/posecode-embed/package.json b/packages/posecode-embed/package.json index 1fb7513..82b8bf5 100644 --- a/packages/posecode-embed/package.json +++ b/packages/posecode-embed/package.json @@ -1,6 +1,6 @@ { "name": "posecode-embed", - "version": "0.4.1", + "version": "0.4.2", "description": "Embed a live 3D Posecode movement anywhere with one