[SOLVED]Code clean up (Warning: Cannot find loader... BlenderModelLoader )

Hey Guys,

Can somebody help me with this warning?
I get this warning if I run my project:

com.jme3.asset.AssetConfig loadText
Warnung: Cannot find loader com.jme3.scene.plugins.blender.BlenderModelLoader

At this time I don’t use import models from blender but at th beginning I had used it.
Now all models where from format *.obj and converted to *.j3o

In this topic I found an approach:
java.lang.ClassNotFoundException: com.jme3.scene.plugins.blender.BlenderModelLoader

If I add the blender libraries to my project the warning disappears.
But I only use j3o files so I wont use this libraries only to disapear the warning

@normen was there writeing that there could be blender files that still exist.

My question is how can I find thsi files or check for blender loader classes and make my code “clean up”

Does this anyone know and can explain it to me shortly?

I would be very grateful for help :3

Yours EsKay.

Nothing to worry about there. The blender loader isn’t bundled in normal jME3 apps and the AssetManager simply informs you that its not being loaded.

2 Likes

This information lets me sleep better :blush:

Thanks @normen very much
and sleep well :}