0.x は default true

This commit is contained in:
ousttrue 2024-11-28 13:30:49 +09:00
parent 7e91b1b4d5
commit f155a15c7e

View File

@ -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を使う