diff --git a/Assets/VRM10/Editor/Vrm10ExportDialog.cs b/Assets/VRM10/Editor/Vrm10ExportDialog.cs index 245e1cebf..f4ae3932d 100644 --- a/Assets/VRM10/Editor/Vrm10ExportDialog.cs +++ b/Assets/VRM10/Editor/Vrm10ExportDialog.cs @@ -175,19 +175,6 @@ namespace UniVRM10 if (State.ExportRoot.GetComponent() != null) { - // - // T-Pose - // - // if (GUILayout.Button("T-Pose")) - // { - // if (State.ExportRoot != null) - // { - // // fallback - // Undo.RecordObjects(State.ExportRoot.GetComponentsInChildren(), "tpose"); - // VRMBoneNormalizer.EnforceTPose(State.ExportRoot); - // } - // } - var backup = GUI.enabled; GUI.enabled = State.ExportRoot.scene.IsValid(); if (GUI.enabled)