I have a model made with blender with two animations but the problem is when I want convert the blender file to j3o. It doesn’t get all animations, only it get the animation that is active in that moment.
If the any ActionStrip isn’t active in that moment although The NLATracks are checked it doesn’t get any animation control.
I’ve got the same problem : only the animation selected in “Doop Sheet” is available in j3o (when I test in SDK).
I tried without armature (as my object doesn’t need)
I tried with an armature, single bone.
I check there are 2 Actions mark with [F]
I search in the forum, this topic is the best match
I read jme3:external:blender and I tried to follow it
I tried ogre exported (older forum Thread talk about it) with less success : no animations or python error on export
I tried to create a NLA track with the 2 actions (like in the video: blender to jme3 though ogre XML), but in this case none animations are available (like above)
about the last point, one of the action was not tagged [F], now both are available. I’ll investigate why I don’t have animation on the Armature->Cube>AnimationControl (tips welcome).
It would be easier if you were using the blender version that comes with the SDK to narrow down the issues. Just double-click the blend file in the SDK.
I find the cause (I’m a noob in blender). I share my mistake + fix for others.
I transformed the bone and I inserted the keyframe in object mode. => only the active action is converted and only for the armature
transform of bone + insertion of keyframe in “pose mode” => active action is converted into animation of armature + 2 saved actions [F] converted into animations of cube (geometry)