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);