@sage-rsc/talking-head-react 1.4.6 → 1.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sage-rsc/talking-head-react",
3
- "version": "1.4.6",
3
+ "version": "1.4.8",
4
4
  "description": "A reusable React component for 3D talking avatars with lip-sync and text-to-speech",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -5770,6 +5770,9 @@ class TalkingHead {
5770
5770
  // Map bone name to avatar skeleton
5771
5771
  const mappedBoneName = mapBoneName(fbxBoneName);
5772
5772
 
5773
+ // Note: We allow shoulder rotation tracks to play so arms position correctly
5774
+ // The shoulder adjustment function will override them after animation updates
5775
+
5773
5776
  if (mappedBoneName && property) {
5774
5777
  // Create new track with mapped bone name
5775
5778
  const newTrackName = `${mappedBoneName}.${property}`;