Closed BluePrintRandom closed 6 years ago
Is the goal to use BGE meshes instead of Blender meshes, or to export BGE meshes in addition to Blender meshes? The mesh exporter reads in Blender data and converts it to glTF meshes. An extension could be created to export glTF mesh data from the BGE. However, the BGE may have a hard time running the module (I wouldn't even try running the addon) since it relies on bpy.
Closing due to inactivity.
can we re-open this?
panzergame has a pull request - https://github.com/UPBGE/blender/pull/659 for creating meshes in bge - coupled with the exporter we could sculpt, export, and import meshes to upbge.
@panzergame has been adding a mesh editing api to bge,
do you think it's possible to export a kx_mesh proxy using your systems?
then import this data back into the ge?