Skip to content

Commit

Permalink
Fix commit missing file for 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hchoki committed Nov 4, 2024
1 parent 1a7c588 commit 1caf7e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35972,7 +35972,7 @@ BlendTree:
m_Childs:
- serializedVersion: 2
m_Motion: {fileID: 7400000, guid: fb45888f21253ce4dbb45f8fbcbb53bc, type: 2}
m_Threshold: 0
m_Threshold: 0.3
m_Position: {x: 0, y: 0}
m_TimeScale: 1
m_CycleOffset: 0
Expand All @@ -35988,7 +35988,7 @@ BlendTree:
m_Mirror: 0
m_BlendParameter: OSCm/Proxy/FT/v2/TongueOut
m_BlendParameterY: Blend
m_MinThreshold: 0
m_MinThreshold: 0.3
m_MaxThreshold: 4
m_UseAutomaticThresholds: 0
m_NormalizedBlendValues: 0
Expand Down Expand Up @@ -101560,7 +101560,7 @@ BlendTree:
m_Childs:
- serializedVersion: 2
m_Motion: {fileID: 7400000, guid: abac30bd751eb7b4c90d7874f8049907, type: 2}
m_Threshold: 0
m_Threshold: 0.3
m_Position: {x: 0, y: 0}
m_TimeScale: 1
m_CycleOffset: 0
Expand All @@ -101576,7 +101576,7 @@ BlendTree:
m_Mirror: 0
m_BlendParameter: OSCm/Proxy/FT/v2/TongueOut
m_BlendParameterY: Blend
m_MinThreshold: 0
m_MinThreshold: 0.3
m_MaxThreshold: 1
m_UseAutomaticThresholds: 0
m_NormalizedBlendValues: 0
Expand Down
3 changes: 3 additions & 0 deletions Packages/net.pawlygon.vrc-facetracking/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [1.4.4] - 2024-11-02
- Fix commit missing file for 1.4.3.

## [1.4.3] - 2024-11-02
- Add small deadzone from 0 to 0.3 on tongue out.

Expand Down
2 changes: 1 addition & 1 deletion Packages/net.pawlygon.vrc-facetracking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "net.pawlygon.vrc-facetracking",
"version": "1.4.3",
"version": "1.4.4",
"displayName": "Pawlygon - VRC Facetracking",
"description": "Template to be used on models with Unified Expressions Face Tracking",
"unity": "2022.3",
Expand Down

0 comments on commit 1caf7e1

Please sign in to comment.