Blender Loader feedback

madlion said:
hi @Kaelthas

if i do import my blender file within JMP all layers will be imported and not just the active.
The ManualBlenderTester works as expected and imports only the active layer.

Could you confirm this "bug"?

I think the sdk/jmp is using the wrong loader in
http://code.google.com/p/jmonkeyengine/source/browse/trunk/sdk/jme3-blender/src/com/jme3/gde/blender/BlenderAssetManagerConfigurator.java .

I think it should be BlenderLoader instead of BlenderModelLoader.

No thats not right, BlenderModelLoader is the normal loader that yields a spatial.

Well but it seems not to handle the active layer, only the BlenderLoader do.

BlenderModelLoader does not call JmeConverter toScene() as BlenderLoader does (see BlenderLoader.java line 166).

So that has to be added to the BlenderModelLoader

Ok or that way. ^^