mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-27 13:32:46 -05:00
remove comment
This commit is contained in:
parent
2c40aab10b
commit
f372ac85e3
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user