From 975d890fbc99ba093d1a5874352fe820acc9005a Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Sat, 26 Jan 2013 02:14:27 +0000 Subject: [PATCH] - small addition to import model tool hints git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10173 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- .../src/com/jme3/gde/modelimporter/Bundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/jme3-model-importer/src/com/jme3/gde/modelimporter/Bundle.properties b/sdk/jme3-model-importer/src/com/jme3/gde/modelimporter/Bundle.properties index a8bf1a40d..06c74045e 100644 --- a/sdk/jme3-model-importer/src/com/jme3/gde/modelimporter/Bundle.properties +++ b/sdk/jme3-model-importer/src/com/jme3/gde/modelimporter/Bundle.properties @@ -36,5 +36,5 @@ ModelImporterVisualPanel3.statusLabel.text_missing=Model loaded, some assets cou ModelImporterVisualPanel3.statusLabel.text_failed=Model cannot be loaded. ModelImporterVisualPanel3.infoTextArea.text_1=Import Status Help ModelImporterVisualPanel3.infoTextArea.text_good=Check if the model looks as expected.\nWith the buttons above you can move the camera. -ModelImporterVisualPanel3.infoTextArea.text_missing=Check if the model looks as expected, some textures fail to load, make sure they are in the same folder or a subfolder of the model. Textures that can not be found will be replaced with a red material.\nWith the buttons above you can move the camera. +ModelImporterVisualPanel3.infoTextArea.text_missing=Check if the model looks as expected, some textures fail to load, make sure they are in the same folder or a subfolder of the model. Textures that can not be found will be replaced with a red material.\nYou can also apply textures later by copying them to the project folder and applying them via a j3m material.\nWith the buttons above you can move the camera. ModelImporterVisualPanel3.infoTextArea.text_failed=This file can not be loaded, it is either in an unsupported format or is incompatible.\nCheck the bottom right corner of the SDK for a little warning sign. If it is there double-click it and report the contained stack trace at jmonkeyengine.org.