mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-15 15:11:43 -05:00
Don't change raw blendshapes immediately when setting Expression's weights.
This commit is contained in:
parent
89ddfe7386
commit
506b2a5b04
|
|
@ -98,7 +98,6 @@ namespace UniVRM10
|
|||
_inputWeights[expressionKey] = weight;
|
||||
}
|
||||
}
|
||||
Apply();
|
||||
}
|
||||
|
||||
public void SetWeightsNonAlloc(Dictionary<ExpressionKey, float> weights)
|
||||
|
|
@ -110,7 +109,6 @@ namespace UniVRM10
|
|||
_inputWeights[expressionKey] = weight;
|
||||
}
|
||||
}
|
||||
Apply();
|
||||
}
|
||||
|
||||
public void SetWeight(ExpressionKey expressionKey, float weight)
|
||||
|
|
@ -119,7 +117,6 @@ namespace UniVRM10
|
|||
{
|
||||
_inputWeights[expressionKey] = weight;
|
||||
}
|
||||
Apply();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user