50 Commits

Author SHA1 Message Date
nor..67
15174582de SDK
- fix wrong cast to Spatial in AssetDataObject
- cleanup and unify opening/closing of AssetData objects
- add logging for opening/closing of AssetData
- close associated assets when closing models (e.g. textures, materials etc.)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10310 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-02-02 21:35:24 +00:00
nor..67
2ac567a5e5 SDK:
- cleanup offscene panel in model importer when import fails

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10239 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-30 03:54:40 +00:00
nor..67
ab8af25455 SDK:
- Add some more logging to ImportModel

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10221 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-28 03:19:24 +00:00
nor..67
c8f1375ecc SDK:
- Model Import Tool: add workaround for strange issue where manually located assets do not get reported by the AssetManager locate asset callback..

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10213 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-28 00:31:39 +00:00
nor..67
63c863d7d4 SDK:
- fix another path issue in Model Import Tool

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10212 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-28 00:05:50 +00:00
nor..67
0a324bd288 SDK:
- fix path issue in Model Import Tool

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10211 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-27 23:42:58 +00:00
nor..67
5e665b6804 SDK:
- add texture relocation to Model Import Tool

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10210 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-27 23:06:28 +00:00
nor..67
ff0b35b5f0 SDK:
- extend UberAssetLocator

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10197 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-27 03:46:11 +00:00
nor..67
6bc4b2131a SDK:
- update plugin module dependencies to latest platform 7.2.1 (wee)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10195 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-27 01:35:27 +00:00
nor..67
0a1356a7bd SDK:
- fix ModelImportTool not displaying model when going back in wizard

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10183 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-26 15:02:27 +00:00
nor..67
9102610da6 SDK:
- improve Model Importer deletion file check

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10181 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-26 14:37:39 +00:00
nor..67
458c623f57 SDK:
- fix Model Importer AssetKey check


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10180 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-26 14:32:20 +00:00
nor..67
2a77175db8 - fix Model Importer
- remove unnecessary hack from ProjectAssetManager

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10179 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-26 14:26:04 +00:00
sha..RD
65f384c06a * Enable import J3O model feature, assets with absolute paths are copied as-is, whereas the model and relative assets are copied to the user selected folder
* Add dummy ProjectAssetManager feature to support ignoring absolute paths when loading from disk (necessary for the above)
 * When gathering the asset list for a model, support ignoring absolute paths
 * Added destination folder letter case fix needed for Windows when importing absolute path assets, it will use heuristic to match some asset against the import path and if so, change the letter case to match that of the asset.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10178 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-26 06:34:46 +00:00
nor..67
624b3ecc0f SDK:
- add UberAssetLocator class

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10174 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-26 03:05:13 +00:00
nor..67
975d890fbc - small addition to import model tool hints
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10173 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-01-26 02:14:27 +00:00
nor..67
87bc55e0a7 SDK:
- fix bug in copying model with Model Import Tool

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9833 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-04 12:35:42 +00:00
nor..67
6bf538d87b SDK:
- Material Editor now shows all j3md files on the classpath (thanks to @H)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9832 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-04 11:10:43 +00:00
nor..67
c6ac2b8dcd - fix in ModelImportTool project selection
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9830 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-03 15:35:23 +00:00
nor..67
74620f16f8 SDK:
- update model importer hints

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9819 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-03 02:48:17 +00:00
nor..67
d0bbaec461 SDK:
- minor versioning change

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9814 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-03 01:42:15 +00:00
nor..67
5e4fc894e6 SDK:
- don't try to import models to projects without ProjectAssetManager.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9813 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-03 01:31:17 +00:00
nor..67
a49c4068de SDK:
- make Model Import Tool work without selecting a project explicitly

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9811 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-03 01:20:52 +00:00
nor..67
48bfbf0a65 SDK:
- add hint for selecting project to use Model Import Tool

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9810 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-03 00:25:53 +00:00
nor..67
b9717e2faf SDK:
- update to RC2 state / NetBeans 7.2
- breaks nightly builds for beta

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9799 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-10-02 15:45:58 +00:00
nor..67
caba5c80c1 SDK:
ModelImportTool
- fix removing texture data after import

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9482 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-11 17:51:19 +00:00
nor..67
27da3a106b SDK:
ModelImportTool
- fix relative path creation by using correct ProjectAssetManager

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9481 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-11 17:49:23 +00:00
nor..67
77b827ce6b SDK:
ModelImportTool
- uses FileObject list of assets instead of AssetKeys
- uses more robust copying
- supports binary ogre files (in theory)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9480 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-11 17:27:57 +00:00
nor..67
b7b06266ed SDK:
- add main model file to failed list when import failed in ModelImportTool... at the right place

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9477 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-11 02:01:14 +00:00
nor..67
43eca4f47d SDK:
- add main model file to failed list when import failed in ModelImportTool

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9476 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-11 01:54:58 +00:00
nor..67
4df4fa8ed9 SDK:
- update ModelImportTool AssetKey property display on each load

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9474 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-11 01:33:42 +00:00
nor..67
e5f8a05055 SDK:
- move ModelImportTool info text to bundle file instead hardcoding it

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9473 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-11 01:29:04 +00:00
nor..67
00641863cf SDK:
- clear asset list data after failed import in ModelImportTool

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9472 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-11 01:12:18 +00:00
nor..67
7260603652 SDK:
- change editability and colors of ModelImportTool text areas

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9471 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-11 01:08:49 +00:00
nor..67
1f4e666955 SDK:
- improved ModelImporter with failed assets list, better workflow and lots of information and help based on import results

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9470 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-06-11 00:39:50 +00:00
nor..67
02dc993c21 - remove futile call
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8611 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-09 01:05:40 +00:00
nor..67
a9501c7ed4 - add list of external AssetKeys and FileObjects to AssetDataObject
- use AssetDataObject asset tracking in ModelImportTool instead of own solution

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8610 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-09 01:01:03 +00:00
nor..67
85d5666644 - fix nightly compile error due to changed AssetEventListener interface
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8598 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-08 14:49:03 +00:00
nor..67
15a37f86ef (Fixes Issue 415)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8586 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-06 22:30:29 +00:00
nor..67
4bbadc5ecf - fix empty asset list in ModelImportTool when reloading model with key settings
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8436 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-17 23:30:18 +00:00
nor..67
d6649ab87d - hide un-editable properties in Model Import Tool, fix reloading, reload on separate thread
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8427 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-17 14:59:21 +00:00
nor..67
7e9f4b51b6 - use only SDK api for model loading in model import tool
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8382 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-10 22:41:20 +00:00
nor..67
5b59687769 SDK:
- change some plugin names

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8172 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-04 11:19:38 +00:00
nor..67
86faa20c65 - fix dependencies
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8133 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-29 19:44:11 +00:00
nor..67
3667531f90 SDK:
- catch all file copy exceptions on model import

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8097 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-25 19:06:26 +00:00
nor..67
2918980a88 SDK:
- Add AssetKey properties to Model Import dialog
- Improve ProjectAssetManager path handling
- Allow setting AssetKey data in AssetDataObject (Uses apache BeanUtils to copy data from other AssetKey)
- Set version number and dependency to 3.0.0 for all plugins
- Change some plugin names
- Set "jMonkeyEngine" as plugin group name

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8093 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-25 18:38:04 +00:00
nor..67
0b02438f96 - add various SuppressWarnings("unchecked")
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7677 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-20 01:54:10 +00:00
nor..67
b6386751e4 - refresh parent and created folder after model import
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7176 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-04-03 21:43:24 +00:00
nor..67
67adc1737c - add workaround for previews (SceneViewer opens when preview is needed)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7134 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-28 13:25:36 +00:00
nor..67
6fd3bbedae move sdk to trunk
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6972 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 12:55:55 +00:00