Skip to content

Releases: eadf/hallr

0.1.16

25 Aug 18:00
Compare
Choose a tag to compare

Dep bump

0.1.15

03 Jul 15:32
Compare
Choose a tag to compare

0 1 15

New in 0.1.15

Mesh Cleanup Operation

Added a new operation to clean up meshes generated by marching cubes or surface nets.
It addresses common, non-manifold, topological issues, including:

  • “dovetail” edges:
    dovetail

  • “Sticky” vertices where too many faces meet at a single point:
    vertex_star

Crate Updates

Installation

Download the .zip file from the CI artifacts below and drag it directly into Blender to install.

0.1.14.1

23 May 15:10
Compare
Choose a tag to compare

0 1 14 1

  • Added an SDF option to the L-system
  • A whole lot of refactoring
  • Using baby_shark "=0.3.9"
  • Skipping macOS x86 CI build for now.

0.1.13

17 Apr 16:33
Compare
Choose a tag to compare

Added blender meta-volumes as an SDF mesh alternative that always(?) creates a manifold mesh.

0 1 13

0.1.12

14 Apr 13:38
Compare
Choose a tag to compare

Now actually using the world/local transforms. Rust now always operates in world coordinates.
Added saft
Bumped baby_shark to 0.3.8
Added tests

baloon_rust_3

0.1.11

07 Apr 15:50
Compare
Choose a tag to compare

Moved L-Systems to text editor view
Bumped hronn to 0.5.3 (bugfix)

0 1 11

0.1.10 geodesic turtles

06 Apr 14:34
Compare
Choose a tag to compare

Added geodesic functionality to the L-System
0 1 10

0.1.9.1

05 Apr 13:36
Compare
Choose a tag to compare

Added the Lindenmayer system code from my previous project toxicblend
Bumped baby_shark to 0.3.6

With the L-system combined with sdf mesh operation you can create something like this Hilbert cube:
dog2

Fixed a problem with property registration in blender

0.1.8

03 Apr 14:45
Compare
Choose a tag to compare
  • Bumped baby_shark to 0.3.5
  • Added panic! protection to the FFI interface.
  • Prevented non-manifold meshes to be sent to the baby_shark operations by default.
    You can allow it by setting the environment variable HALLR_ALLOW_NON_MANIFOLD like this:
HALLR_ALLOW_NON_MANIFOLD=1 Blender 

0 1 8

0.1.7

29 Mar 20:49
Compare
Choose a tag to compare

Added the baby shark boolean operation.

0 1 7