From b408640832d8a3955cf2e2a46e55bd5d0d3f82be Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 8 Mar 2024 20:30:16 +0900 Subject: [PATCH] remove comment --- Assets/VRM10/Editor/Vrm10ExportDialog.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Assets/VRM10/Editor/Vrm10ExportDialog.cs b/Assets/VRM10/Editor/Vrm10ExportDialog.cs index 729e8d848..5f0adc450 100644 --- a/Assets/VRM10/Editor/Vrm10ExportDialog.cs +++ b/Assets/VRM10/Editor/Vrm10ExportDialog.cs @@ -309,12 +309,6 @@ namespace UniVRM10 var converter = new UniVRM10.ModelExporter(); var model = converter.Export(arrayManager, root); - // /// - // /// freezeblendshape - // /// - // [tooltip("freeze rotation and scale and blendshape")] - // public bool FreezeMesh = false; - // 右手系に変換 m_logLabel += $"convert to right handed coordinate...\n"; model.ConvertCoordinate(VrmLib.Coordinates.Vrm1, ignoreVrm: false);