Script blender and JME

Hello,
I import .blend in JME and i want to modify the object inside .blend.
I have already scripts blender that modify the object in blender .
Can i use script blender into JME?

It’s not possbile to import python scripts. You have to modify your model with jME. Have a look at the tutorials to get to know to the engine:

https://jmonkeyengine.github.io/wiki/jme3.html#tutorials-for-beginners

No. Blender and jME are very, very different. Blender is a 3D editor. JME is a game engine and is built very differently than Blender is. Loading Blender files in jME is just a convenient way for getting models into jME… it’s not a way to use jME to run Blender scripts.

ok thanks