RichysHub / MagicaVoxel-VOX-importer

Blender import script for MagicaVoxel .vox format as cube primitives.
MIT License
225 stars 56 forks source link

Dead project? #7

Closed AlexFlorezArt closed 4 years ago

AlexFlorezArt commented 5 years ago

Hello, this looks super useful! Any chance this will be updated to support the new multi-object world format with material properties conversion? Honestly I'd be willing to buy that.

Swivelgames commented 5 years ago

I'm hoping it's not dead. I just found this and it's very much in line with what I've been looking for.

RichysHub commented 5 years ago

Hey guys, apologies for not responding earlier, had not received notification of the issues raised.

I haven't worked on anything related to MagicaVoxel since this project, but after a cursory glance at the new file spec, I see no reason I couldn't update this, once I have time freed up from other projects.

Be sure to watch the repo, hopefully I'll get things moving in the not too distant future.

AlexFlorezArt commented 5 years ago

That’s great! I look forward to it.

Gravedrinker commented 5 years ago

Man I've been looking for something like this for ages and now it's not working anymore. :(

That's an amazing job you did on this, I'd be very very VERY interested in this getting updated, I would pay for this addon too.

If this would work in Blender 2.8 with the current magicavoxel it would be a dream but I'd be happy to get it working in Blender 2.79 with the current magicavoxel as well.

I work with magicavoxel a lot and create cyberpunk cityscapes. It's great to get them into Blender but I was always looking for an easy way to get the voxels directly and create physics scenes.

I'd be super happy if you could update this, I hope that's possible.

wizardgsz commented 5 years ago

I just "adapted" the script to work in 2.80 syntax. May I upload it?

RichysHub commented 5 years ago

@wizardgsz fantastic, I've been slacking on this yet again, I know. I've been a little caught up on working out how to do it perfectly, to do anything.

Please, do share your adaptation, either as a fork of this repo, or otherwise

wizardgsz commented 5 years ago

Np, this is my second script using Python and Blender... never used them before last week 💃

Here it is my "contrib" in BlenderArtists Community Forums: Porting addon to 2.8 The archive contains both original 2.74 and 2.80 versions: io_scene_vox.zip

Ported to 2.80 syntax #8

Thanks for your work!