From f155a15c7e1c762b3bd646bd2a4fb504dafda965 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 28 Nov 2024 13:30:49 +0900 Subject: [PATCH] =?UTF-8?q?0.x=20=E3=81=AF=E3=80=80default=20true?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/VRM/Editor/Format/VRMExportSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM/Editor/Format/VRMExportSettings.cs b/Assets/VRM/Editor/Format/VRMExportSettings.cs index cc634263a..29b93d57e 100644 --- a/Assets/VRM/Editor/Format/VRMExportSettings.cs +++ b/Assets/VRM/Editor/Format/VRMExportSettings.cs @@ -23,7 +23,7 @@ namespace VRM /// FreezeBlendShape /// [Tooltip("when freeze mesh, blendShpae base use current weight")] - public bool FreezeMeshUseCurrentBlendShapeWeight = false; + public bool FreezeMeshUseCurrentBlendShapeWeight = true; /// /// BlendShapeのシリアライズにSparseAccessorを使う