mvpalette

0.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i mvpalette

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

960 kB

Total Files

9

Last publish

Collaborators

  • hypercross