We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36f55b commit 2f37960Copy full SHA for 2f37960
Editor/Converter.cs
@@ -80,7 +80,7 @@ public enum OSCComponents
80
float addedShouldersPositionY = 0.0f,
81
float addedArmaturePositionY = 0.0f,
82
bool useShapeKeyNormalsAndTangents = false,
83
- OSCComponents oscComponents = OSCComponents.Blink,
+ OSCComponents oscComponents = OSCComponents.None,
84
PostConverting? postConverting = null
85
)
86
{
0 commit comments