Skip to content

Releases: guillaumechereau/goxel

v0.10.0

02 Jul 05:53
Compare
Choose a tag to compare

[0.10.0] - 2019-07-01

Added

  • 'Magic Wand' tool. Allows to select adjacent voxels.
  • Show mirror axis on image box.

Fixed

  • Fixed bug in KVX export.
  • Fixed crash with undo when we change materials or cameras.

v0.9.0

04 Jun 13:47
Compare
Choose a tag to compare

This major release brings proper material support, and better pathtracing
rendering. The code has changed a lot, so expect a few bugs!

Added

  • Layer materials: each layer can now have its own material.
  • Transparent materials.
  • Emission materials.
  • Support for png palettes.
  • Add new view settings.
  • Allow to scale a layer (only by factors of two).

Changed

  • Marching cube rendering default to 'flat' colors.
  • Layer visibility is saved.
  • Materials now use metallic/roughness settings.

Fixed

  • Bug with retina display on OSX.

v0.8.3

30 Mar 10:49
Compare
Choose a tag to compare

Added

  • Shape layers, for non destructible shapes creation.
  • New path tracer, based on yocto-gl. Totally remove the old one based on cycles.
  • Support for exporting to KVX.
  • Support for build engine palettes.

Changed

  • New default material used: lower the specular reflection.

v0.8.2

22 Dec 11:04
Compare
Choose a tag to compare
  • Add basic support for lua scripting (still experimental).
  • Add shape layers.
  • Fix command line argument on Windows.
  • Some minor fixes.

v0.8.1

16 Sep 11:11
Compare
Choose a tag to compare

The most important change in this this release is an improved marching cube algorithm, that looks more like what magica voxel does.

v0.8.0

25 Apr 16:19
Compare
Choose a tag to compare

This release brings two important changes:

  • Experimental cycles ray tracer integration.
  • Cleanup of the UI left tabs with new icons and names.

Other changes include:

  • Better looking bounding box.
  • Images are bounded by default.
  • Improved obj/ply export.
  • Allow to edit shortcuts.
  • Better color picker UI.
  • New icon.
  • Some bug fix (and probably new bugs too).

Please report any bug or issue you get!

v0.7.3

01 Mar 04:18
Compare
Choose a tag to compare

This release changes are mostly internal cleanup. Other changes are:

  • Add support for layer bounding box.
  • Add (basic) settings page.
  • Fix qubicle import/export.
  • Allow to export marching cube wavefront.
  • Allow to set painting color alpha.

v0.7.2

02 Nov 06:54
Compare
Choose a tag to compare

Not many new features, but lot of internal changes, so I expect this release to be somehow unstable.
Please report any bug you get.

New feature:

  • Allow to export marching cube mesh as ply.

v0.7.1

12 Aug 12:00
Compare
Choose a tag to compare

Minor release to fix a few critical bugs.

  • Fix bug with procedural tool.
  • Fix crash when minimizing window.
  • Better looking layers menu.

v0.7.0

02 Aug 06:07
Compare
Choose a tag to compare
  • Better looking ui.
  • Support dark theme.
  • Fix Magica Voxel export.
  • Symmetry tool