Skip to content

Releases: Zarbuz/FileToVox

FileToVox v1.9.1

14 May 15:36
Compare
Choose a tag to compare
  • Hotfix to fix the palette after a conversion of a cloud points.

FileToVox v1.9

12 May 17:04
Compare
Choose a tag to compare

Added new option : --palette [file.png]
This option gives you the ability to specify a custom palette during the conversion. All blocks will be automatically converted to the closest color from the palette.

The input should be exactly the same type of file that MagicaVoxel use (a PNG file of 256 * 1 px)

FileToVox v1.8.5

18 Apr 16:26
Compare
Choose a tag to compare
  • Write the MATL chunk to avoid some crash when opening the generated .vox file in another software

FileToVox v1.8.4

12 Apr 13:38
cee48ef
Compare
Choose a tag to compare
  • Voxelization of cloud points is now multithreaded
  • Added new command : --fix-lonely: delete all voxels which all it's faces are connected to air (nothing)
  • Added more logs
  • Set the chunk size to 125 to match perfectly the new world size of MagicaVoxel (2000x2000)
  • Updated the README with improved commands description and display the compatibility per file type

FileToVox v1.8.3

02 Apr 19:17
Compare
Choose a tag to compare
  • Fixed difference of blocks count when import a point cloud file when a block is a the limit of the schematic size
  • Added a limit of 2016^3 of vox size
  • Removed experimental dependencie FashHashSet
  • New way to release build : Windows/Mac/Linux is in the same .zip

FileToVox v1.8.2

22 Mar 17:49
Compare
Choose a tag to compare
  • Removed empty chunks automatically
  • Set export color to white when --color is not set
  • Added new option : --flood: fill all invisibles voxels (only for cloud point files)
  • Added new option : --fix-holes : try to fix holes (only for cloud point files)

FileToVox v1.8.1

07 Feb 08:34
Compare
Choose a tag to compare
  • Optimized the writing of chunks (mush faster)
  • Optimized the reading of PLY file (ASCII and BINARY) (mush faster)
  • Fill "holes" of PLY automaticaly (ie: if you have a empty cells and all it's neighbours are full, then it fix it)
  • Upgraded to .NET Core 3
  • New way to push releases : (p:PublishSingleFile & p:PublishTrimmed) (so .zip file are smaller)

FileToVox v1.8

17 Jan 07:58
f6f4be4
Compare
Choose a tag to compare
  • Added new option : -color-limit. Value should be in 1-255. Limit the number of color during quantization.
  • Convert folder of images : useful for convert fractal from Mandelbulb3D
  • Fixed default layer of matrices

FileToVox v1.7.1

24 Nov 14:10
Compare
Choose a tag to compare
  • Added support for TIFF file image
  • Display more progression when converting a PLY file
  • Fixed quantization for linux/mac users

FileToVox V1.7.0

16 Nov 16:09
c42911f
Compare
Choose a tag to compare
  • Added support for PLY file type (binary and ascii)
  • Added support for XYZ file type
  • Added quantization for PNG file (FileToVox will reduce the number of different colors below 256 automatically and in smart way)

When you import a PLY file you have to set the scale wanted. In general, the scale can various between 20 and 60. Big scale can give strange result in MagicaVoxel.

./FileToVox.exe --i myfile.ply --o output --scale=20