From f372ac85e3088a00c8cbc48b5e204877e922bf25 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 15 Dec 2021 15:05:35 +0900 Subject: [PATCH] remove comment --- Assets/VRM10/Editor/Vrm10ExportDialog.cs | 13 ------------- 1 file changed, 13 deletions(-) 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)