mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-10 04:49:28 -05:00
Menu label
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user