From f4ef029c753f01613575fff470691b9852cdeb3b Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 21 Aug 2018 17:16:02 +0900 Subject: [PATCH] Menu label --- Scripts/Format/Editor/VRMExporterMenu.cs | 2 +- Scripts/Format/Editor/VRMHumanoidNormalizerMenu.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Format/Editor/VRMExporterMenu.cs b/Scripts/Format/Editor/VRMExporterMenu.cs index 34790f8fa..978a26e22 100644 --- a/Scripts/Format/Editor/VRMExporterMenu.cs +++ b/Scripts/Format/Editor/VRMExporterMenu.cs @@ -61,7 +61,7 @@ namespace VRM public static class VRMExporterMenu { - const string CONVERT_HUMANOID_KEY = VRMVersion.VRM_VERSION + "/export humanoid"; + const string CONVERT_HUMANOID_KEY = VRMVersion.VRM_VERSION + "/Export humanoid"; [MenuItem(CONVERT_HUMANOID_KEY, true, 1)] private static bool ExportValidate() diff --git a/Scripts/Format/Editor/VRMHumanoidNormalizerMenu.cs b/Scripts/Format/Editor/VRMHumanoidNormalizerMenu.cs index 55c7f7bc9..0e4258770 100644 --- a/Scripts/Format/Editor/VRMHumanoidNormalizerMenu.cs +++ b/Scripts/Format/Editor/VRMHumanoidNormalizerMenu.cs @@ -9,7 +9,7 @@ namespace VRM { public static class VRMHumanoidNorimalizerMenu { - const string MENU_KEY = VRMVersion.VRM_VERSION+"/freeze T-Pose"; + const string MENU_KEY = VRMVersion.VRM_VERSION+"/Freeze T-Pose"; [MenuItem(MENU_KEY, true, 1)] private static bool ExportValidate() {