From 5298fd302b78445eb45181b164aabb0214568cab Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 11 Sep 2020 12:21:36 +0900 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E8=A6=8F=E5=8C=96=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=81=A8=E3=81=8D=E3=81=AF=E3=80=81=20`ExportRoot=E3=81=AB?= =?UTF-8?q?=E5=9B=9E=E8=BB=A2=E3=83=BB=E6=8B=A1=E5=A4=A7=E7=B8=AE=E5=B0=8F?= =?UTF-8?q?`=20=E3=81=8C=E3=81=82=E3=81=A3=E3=81=A6=E3=82=82=E3=82=88?= =?UTF-8?q?=E3=81=84=E3=80=82=20`VRMExporterWizardMessages.ROOT=5FWITHOUT?= =?UTF-8?q?=5FROTATION=5FAND=5FSCALING=5FCHANGED`=20=E6=99=82=E3=81=AE?= =?UTF-8?q?=E3=82=A8=E3=82=AF=E3=82=B9=E3=83=9D=E3=83=BC=E3=83=88=E7=A6=81?= =?UTF-8?q?=E6=AD=A2=E3=82=92=E5=89=8A=E9=99=A4=E3=80=82=20`VRMExporterWiz?= =?UTF-8?q?ardMessages.ROTATION=5FOR=5FSCALEING=5FINCLUDED=5FIN=5FNODE`=20?= =?UTF-8?q?=E8=AD=A6=E5=91=8A=E3=81=8C=E5=87=BA=E3=82=8B=E3=81=AE=E3=81=A7?= =?UTF-8?q?=E3=82=88=E3=81=97=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/VRM/UniVRM/Editor/Format/VRMExporterWizard.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Assets/VRM/UniVRM/Editor/Format/VRMExporterWizard.cs b/Assets/VRM/UniVRM/Editor/Format/VRMExporterWizard.cs index 97854aecd..fe209addf 100644 --- a/Assets/VRM/UniVRM/Editor/Format/VRMExporterWizard.cs +++ b/Assets/VRM/UniVRM/Editor/Format/VRMExporterWizard.cs @@ -368,11 +368,6 @@ namespace VRM Validation.Error(Msg(VRMExporterWizardMessages.NO_PARENT)).DrawGUI(); return; } - if (ExportRoot.transform.localRotation != Quaternion.identity || ExportRoot.transform.localScale != Vector3.one) - { - Validation.Error(Msg(VRMExporterWizardMessages.ROOT_WITHOUT_ROTATION_AND_SCALING_CHANGED)).DrawGUI(); - return; - } var renderers = ExportRoot.GetComponentsInChildren(); if (renderers.All(x => !x.EnableForExport()))