mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-21 17:50:57 -05:00
0.x は default true
This commit is contained in:
parent
7e91b1b4d5
commit
f155a15c7e
|
|
@ -23,7 +23,7 @@ namespace VRM
|
|||
/// FreezeBlendShape
|
||||
/// </summary>
|
||||
[Tooltip("when freeze mesh, blendShpae base use current weight")]
|
||||
public bool FreezeMeshUseCurrentBlendShapeWeight = false;
|
||||
public bool FreezeMeshUseCurrentBlendShapeWeight = true;
|
||||
|
||||
/// <summary>
|
||||
/// BlendShapeのシリアライズにSparseAccessorを使う
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user