andrewrgarcia / voxelmap

A Python library for making voxel and 3D mesh models from images and arrays
https://voxelmap.vercel.app
MIT License
20 stars 2 forks source link

Import Blender models capability #2

Open andrewrgarcia opened 2 years ago

andrewrgarcia commented 2 years ago

Implement a framework to import and process blender models to pixelated models, as integer arrays. This may be done in a manner analogous to the voxelmap/goxel.py sub-module for Goxel .txt files, though the code may be more complex due to the binary format of .blend files.

andrewrgarcia commented 1 year ago

working on it; save/load vxm meshes to .obj with pyvista / pyvista-meshio methods