guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.73k stars 219 forks source link

Import obj file to Goxel #300

Closed andrewrgarcia closed 1 year ago

andrewrgarcia commented 1 year ago

I think this would be a great enhancement as it would facilitate the transfer of graphics from Blender to Goxel, as this video does for MagicaVoxel. What do you think?

guillaumechereau commented 1 year ago

Yes that would be very useful. I would need to check what is the simplest way to do that.

guillaumechereau commented 1 year ago

I started to work on a proof of concept for that (branch import-obj)

Screen Shot 2022-10-21 at 10 13 07 PM
andrewrgarcia commented 1 year ago

I started to work on a proof of concept for that (branch import-obj)

Screen Shot 2022-10-21 at 10 13 07 PM

@guillaumechereau It's looking great! I'm excited to see and use this new feature once it launches.

guillaumechereau commented 1 year ago

I merged into the master branch. Normally you should be able to try the builds from there to test it out before the next release: https://github.com/guillaumechereau/goxel/actions/runs/3302923771#artifacts

andrewrgarcia commented 1 year ago

Hi @guillaumechereau just a follow up. Your latest merge is helping me integrate the usage of Goxel with my voxelmap package. My latest commit 6e2a9bbd57b7f2e801963b51c7bd30b1136af353 saves Python 3-D voxel models to .txt files which can be loaded to Goxel and viceversa. Can't wait to see the next release. :) Best, Andrew

guillaumechereau commented 1 year ago

Sorry I noticed this was reopened, is there any bug with this?

andrewrgarcia commented 1 year ago

M

Sorry I noticed this was reopened, is there any bug with this?

That reopening was a mistake. My apologies. Thanks again and keep up the good work. Best,