0.0.3 • Published 2 years ago

mvpalette v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago