Kupoman / blendergltf

A glTF exporter for Blender
Apache License 2.0
319 stars 49 forks source link

export bge mesh and import back into bge? #119

Closed BluePrintRandom closed 6 years ago

BluePrintRandom commented 6 years ago

@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?

Moguri commented 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.

Kupoman commented 6 years ago

Closing due to inactivity.

BluePrintRandom commented 6 years ago

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.