remove comment

This commit is contained in:
ousttrue 2021-12-15 15:05:35 +09:00
parent 2c40aab10b
commit f372ac85e3

View File

@ -175,19 +175,6 @@ namespace UniVRM10
if (State.ExportRoot.GetComponent<Animator>() != null)
{
//
// T-Pose
//
// if (GUILayout.Button("T-Pose"))
// {
// if (State.ExportRoot != null)
// {
// // fallback
// Undo.RecordObjects(State.ExportRoot.GetComponentsInChildren<Transform>(), "tpose");
// VRMBoneNormalizer.EnforceTPose(State.ExportRoot);
// }
// }
var backup = GUI.enabled;
GUI.enabled = State.ExportRoot.scene.IsValid();
if (GUI.enabled)