Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thanks a lot for this! #4

Open
sthewissen opened this issue Jul 22, 2021 · 5 comments
Open

Thanks a lot for this! #4

sthewissen opened this issue Jul 22, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@sthewissen
Copy link

First off, thanks a lot for this project! I've had to do some automation of merging vox files into a lot of different combinations, and this piece of software has really helped make that a reality. So massive kudos there!

One final question I had hoped maybe you had an answer too or know more about:

What would be the possibilities to perform a union at the end of the voxel merge to make the entire piece into a single piece instead of single items?

@Zarbuz
Copy link
Owner

Zarbuz commented Jul 22, 2021

I wrote VoxMerger before a release of MagicaVoxel where the importing of .vox bigger than 256 was impossible. The interest of this program is therefore a little less since the last updates of MagicaVoxel.
Usually I work on different parts of a model in different projects, and when the time comes to do some final rendering, you have to be able to import all the parts at once.

@sthewissen
Copy link
Author

Yeah, I had to automate creating 5000 uniquely different models from a folder full of randomized .vox files, so combining with randomized input works great through this. I just don't feel like having to open 5000 individual files to Union them in MagicaVoxel, so I'd be happy to take any pointers on if/how that could be achieved.

@Zarbuz
Copy link
Owner

Zarbuz commented Jul 23, 2021

Well 5000 models in only one model could be too much, you will probably crash MagicaVoxel and/or VoxMerger.

Put few models into a folder and try combine it by enter this command : ./VoxMerger.exe --i YourFolder --o Result

YourFolder should be the path of your folder

@sthewissen
Copy link
Author

It's not that I'm making a model consisting of 5000 parts. I'm making 5000 unique models built from 10-20 random parts out of a big library. That part is already covered nicely by your tool! :)

If I put 10 files in the input folder, it makes a nice single VOX file. However, those 10 random parts are separate parts in the resulting VOX file that can be moved individually, but I'd like them to be a single model. The same as selecting them all in MagicaVoxel and pressing U to union them. But I'd like to do that last step programmatically :)

@Zarbuz
Copy link
Owner

Zarbuz commented Jul 24, 2021

Ah I see ! VoxMerger is not able to do that at the moment sorry. Will try to implement an option to union or not all the models

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants