Menu label

This commit is contained in:
ousttrue
2018-08-21 17:16:02 +09:00
parent f0340fff64
commit f4ef029c75
2 changed files with 2 additions and 2 deletions

View File

@@ -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()

View File

@@ -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()
{