Hi,
I would like to share my current wip tool :
Goals :
- use blender as level editor
- use blender as visual editor for jme (or other game engine)
Happy Christmas + 3
Hi,
I would like to share my current wip tool :
Goals :
Happy Christmas + 3
Really looking forward to this
Wow!
This is my dream!
Do you modify blender sources?
@mifth said: Wow! This is my dream! Do you modify blender sources?
No, I learn blender scripting ;-). I use regular blender 2.72b packaged for ArchLinux (my OS).
I create the following stack :
The 3 items are WIP. But I hope to release a first playable version in 2015-01.
Only the 3. is jme aware, everything else is game engine agnostic.
Thanks for your interest.
Hi,
very nice tool
I just wonder how do you export data to jme so that it can see it ?
Do you use python in blender to export the scene directly to j3o or other format like OGRE ?
I transfert data throught network socket. I create an extensible protocol. For the 3D data, I give a try to :
So for 3D data (and some commands) I create my own (protobuf based): pgex. You can take a look to the FAQ.
Currently I didn’t provide a blender exporter (I’ll do). User can use its favorite format (.blend, ogre, fbx) to save the scene/model and to import it into jme. The blender side is not jme specific (I could be used with any game engine).
The 3 projects are very WIP, every contributions are welcome.
So basically your model format already has a somewhat working exporter for blender? Neat.
Thanks for comments, I really appreciate and I hope to provide a usefull tool/stack (first release before end of this month).
@EmpirePhoenix, in fact I didn’t code the exporter (to file) for blender. I’ll do it today.
FYI the javafx windows I used to display jme’scene is available as a lib (jar + source): jme3_ext_spatial_explorer. It’s very easy to integrate it java8+jme apps and to add action into context menu (see README).
I published the elements (blender addon + jme app, jme lib,…) used to make the demo (see video).
If you want to give it a try : https://github.com/davidB/blender_external_renderer
UPDATE: a small video to show the optimisation in network communication :
It’s pretty crazy what you are doing. Kudos for undertaking this work.
Even though I don’t understand the technicalities yet, but does it means we don’t need dedicated shader editor and cinematic editor for jME SDK any more? Can we use blender to do the heavy lifting?
Thanks, being able to use blender for material edition or to create cinematic is one of the goals. But it’s far to be done.
Currently the jme side use Unshaded.j3md or Ligthing.j3md for material, and the Blender side will not allow you to tweak every parameters. Also I didn’t create .j3m.
So you still need the jME SDK.
A Quick update :
Demo: basic animation of cube between 2 keyframes
Notes :
Some progress on animation, but I revert support of bezier curve and the exporter sample transform (per frame) :-(, because it’s easier for third party like jME to import. Maybe I’ll retry to export curve later.
But also some issues, bone’s influence is not correct, like animation SideKick or Taunt (any suggestion with soo many info )
Maybe try to apply the model & armature transform in Blender, see if it improves anything.