Add a mesh edit menu for MBL / ABL-Bilinear
This commit is contained in:
committed by
Scott Lahteine
parent
44fa7fb18c
commit
82ff7c6542
@ -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
|
||||
|
Reference in New Issue
Block a user