@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 +1 -1
- package/src/lib/talkinghead.mjs +3 -0
package/package.json
CHANGED
package/src/lib/talkinghead.mjs
CHANGED
|
@@ -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}`;
|