@@ -48,6 +48,7 @@ public class Messages {
4848 public static final String ASSET_COMPONENT_RESOURCE_TREE_CONTEXT_MENU_OPEN_FILE_BY_EXTERNAL_EDITOR ;
4949 public static final String ASSET_COMPONENT_RESOURCE_TREE_CONTEXT_MENU_OPEN_FILE_BY_SYSTEM_EXPLORER ;
5050 public static final String ASSET_COMPONENT_RESOURCE_TREE_CONTEXT_MENU_RENAME_FILE ;
51+ public static final String ASSET_COMPONENT_RESOURCE_TREE_CONTEXT_MENU_IMPORT_MODEL ;
5152
5253 public static final String FILE_EDITOR_ACTION_SAVE ;
5354
@@ -532,6 +533,8 @@ public class Messages {
532533 public static final String SIMPLE_DIALOG_BUTTON_ADD ;
533534 public static final String SIMPLE_DIALOG_BUTTON_SAVE ;
534535 public static final String SIMPLE_DIALOG_BUTTON_GENERATE ;
536+ public static final String SIMPLE_DIALOG_BUTTON_CONVERT ;
537+ public static final String SIMPLE_DIALOG_BUTTON_IMPORT ;
535538 public static final String SIMPLE_DIALOG_BUTTON_CREATE ;
536539 public static final String SIMPLE_DIALOG_BUTTON_APPLY ;
537540 public static final String SIMPLE_DIALOG_BUTTON_CANCEL ;
@@ -622,6 +625,7 @@ public class Messages {
622625 public static final String CREATE_PARTICLE_EMITTER_QUAD_SHAPE_DIALOG_TITLE ;
623626 public static final String CREATE_PARTICLE_EMITTER_TORUS_SHAPE_DIALOG_TITLE ;
624627 public static final String CREATE_PARTICLE_EMITTER_TRIANGLE_SHAPE_DIALOG_TITLE ;
628+
625629 public static final String EDITING_COMPONENT_BRUSH_SIZE ;
626630 public static final String EDITING_COMPONENT_BRUSH_POWER ;
627631 public static final String EDITING_COMPONENT_SMOOTHLY ;
@@ -643,7 +647,11 @@ public class Messages {
643647 public static final String MODEL_CONVERTER_DIALOG_EXPORT_MATERIALS ;
644648 public static final String MODEL_CONVERTER_DIALOG_MATERIAL_FOLDER ;
645649 public static final String MODEL_CONVERTER_DIALOG_OVERWRITE_MATERIALS ;
646- public static final String MODEL_CONVERTER_DIALOG_BUTTON_OK ;
650+
651+ public static final String IMPORT_MODEL_DIALOG_TITLE ;
652+ public static final String IMPORT_MODEL_DIALOG_EXTERNAL_FILE ;
653+ public static final String IMPORT_MODEL_DIALOG_TEXTURES_FOLDER ;
654+ public static final String IMPORT_MODEL_DIALOG_OVERWRITE_TEXTURES ;
647655
648656 public static final String FILE_DELETE_HANDLER_DELETE_MATERIALS ;
649657
@@ -716,6 +724,7 @@ public class Messages {
716724 ASSET_COMPONENT_RESOURCE_TREE_CONTEXT_MENU_OPEN_FILE_BY_EXTERNAL_EDITOR = bundle .getString ("AssetComponentResourceTreeContextMenuOpenFileByExternalEditor" );
717725 ASSET_COMPONENT_RESOURCE_TREE_CONTEXT_MENU_OPEN_FILE_BY_SYSTEM_EXPLORER = bundle .getString ("AssetComponentResourceTreeContextMenuOpenFileBySystemExplorer" );
718726 ASSET_COMPONENT_RESOURCE_TREE_CONTEXT_MENU_RENAME_FILE = bundle .getString ("AssetComponentResourceTreeContextMenuRenameFile" );
727+ ASSET_COMPONENT_RESOURCE_TREE_CONTEXT_MENU_IMPORT_MODEL = bundle .getString ("AssetComponentResourceTreeContextMenuImportModel" );
719728
720729 FILE_EDITOR_ACTION_SAVE = bundle .getString ("FileEditorActionSave" );
721730
@@ -1204,6 +1213,8 @@ public class Messages {
12041213 SIMPLE_DIALOG_BUTTON_CLOSE = bundle .getString ("SimpleDialogButtonClose" );
12051214 SIMPLE_DIALOG_BUTTON_YES = bundle .getString ("SimpleDialogButtonYes" );
12061215 SIMPLE_DIALOG_BUTTON_NO = bundle .getString ("SimpleDialogButtonNo" );
1216+ SIMPLE_DIALOG_BUTTON_CONVERT = bundle .getString ("SimpleDialogConvert" );
1217+ SIMPLE_DIALOG_BUTTON_IMPORT = bundle .getString ("SimpleDialogImport" );
12071218
12081219 EMPTY_MODEL_CREATOR_DESCRIPTION = bundle .getString ("EmptyModelCreatorDescription" );
12091220 EMPTY_MODEL_CREATOR_TITLE = bundle .getString ("EmptyModelCreatorTitle" );
@@ -1310,7 +1321,11 @@ public class Messages {
13101321 MODEL_CONVERTER_DIALOG_EXPORT_MATERIALS = bundle .getString ("ModelConverterDialogExportMaterials" );
13111322 MODEL_CONVERTER_DIALOG_MATERIAL_FOLDER = bundle .getString ("ModelConverterDialogMaterialsFolder" );
13121323 MODEL_CONVERTER_DIALOG_OVERWRITE_MATERIALS = bundle .getString ("ModelConverterDialogOverwriteMaterials" );
1313- MODEL_CONVERTER_DIALOG_BUTTON_OK = bundle .getString ("ModelConverterDialogButtonOk" );
1324+
1325+ IMPORT_MODEL_DIALOG_TITLE = bundle .getString ("ImportModelDialogTitle" );
1326+ IMPORT_MODEL_DIALOG_EXTERNAL_FILE = bundle .getString ("ImportModelDialogExternalFile" );
1327+ IMPORT_MODEL_DIALOG_TEXTURES_FOLDER = bundle .getString ("ImportModelDialogTexturesFolder" );
1328+ IMPORT_MODEL_DIALOG_OVERWRITE_TEXTURES = bundle .getString ("ImportModelDialogOverwriteTextures" );
13141329
13151330 FILE_DELETE_HANDLER_DELETE_MATERIALS = bundle .getString ("FileDeleteHandlerDeleteMaterials" );
13161331
0 commit comments