Add a mesh edit menu for MBL / ABL-Bilinear

This commit is contained in:
KangDroid
2018-06-06 11:57:25 +09:00
committed by Scott Lahteine
parent 44fa7fb18c
commit 82ff7c6542
6 changed files with 44 additions and 8 deletions

View File

@ -192,6 +192,15 @@
#ifndef MSG_EDITING_STOPPED
#define MSG_EDITING_STOPPED _UxGT("Mesh Editing Stopped")
#endif
#ifndef MSG_MESH_X
#define MSG_MESH_X _UxGT("Index X")
#endif
#ifndef MSG_MESH_Y
#define MSG_MESH_Y _UxGT("Index Y")
#endif
#ifndef MSG_MESH_EDIT_Z
#define MSG_MESH_EDIT_Z _UxGT("Z Value")
#endif
#ifndef MSG_USER_MENU
#define MSG_USER_MENU _UxGT("Custom Commands")
#endif