0.0.3 • Published 3 years ago
mvpalette v0.0.3
mvpalette
MagickaVoxel exports .obj and .mtl files for use in external applications.
However, many of the material properties in its Renderer mode remain unexported.
This package is a cli tool to export some of those properties as png textures files, for use in Blender or PBR workflows.
💾 Installation
npm install -g mvpalette🚀 Usage
mvpalette <vox-file.vox> [--emission] [--alpha] [--metallic] [--roughness] [--blend] [--glb]This reads <vox-file.vox> and writes <vox-file.emission.png> and others.
If --glb is given, it tries to call blender to export a baked glb file.
If --blend is given, it saves a .blend file for further use.
📖 License
MIT