I'm confused about importing models does jme3 recognize materials and modifers

Does jme3 recognize materials and modifers applied tto objects/mesh/models made in blender?
On this page it says so https://wiki.jmonkeyengine.org/legacy/doku.php/sdk:blender
On this page is says it doesn’t https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:external:blender
or it wouldn’t work properly. Or do you have to do something to make it work. Please help. Thank you.

Not when you use intermediate formats (obj, ogre xml etc). When using the direct blend importer, it can convert some things but as said on the page you link, blender is made for static rendering of single frame images, not live rendering. Its pretty different things so you will never be able to just import anything you do in blender, and you also don’t want to.

Check out this:

So it won’t work?

@jman said: So it won't work?

It works if you do stuff the right way in blender.