Skip to content

Commit

Permalink
0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
eadf committed Oct 21, 2021
1 parent 2df23c0 commit ed07c37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toxicblend"
version = "0.0.17"
version = "0.0.18"
authors = ["eadf"]
edition = "2021"
description = "gRPC based Blender-addons. WIP"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![crates.io](https://img.shields.io/crates/v/toxicblend.svg)](https://crates.io/crates/toxicblend)
[![Workflow](https://github.com/eadf/toxicblend.rs/workflows/Rust/badge.svg)](https://github.com/eadf/toxicblend.rs/workflows/Rust/badge.svg)
[![Workflow](https://github.com/eadf/toxicblend.rs/workflows/Clippy/badge.svg)](https://github.com/eadf/toxicblend.rs/workflows/Clippy/badge.svg)
[![dependency status](https://deps.rs/crate/toxicblend/0.0.17/status.svg)](https://deps.rs/crate/toxicblend/0.0.17)
[![dependency status](https://deps.rs/crate/toxicblend/0.0.18/status.svg)](https://deps.rs/crate/toxicblend/0.0.18)
![license](https://img.shields.io/crates/l/toxicblend)

It is a [client-server](https://grpc.io) based addon for [Blender](https://www.blender.org/) written in Rust (and Python for the client side parts).
Expand Down Expand Up @@ -171,10 +171,11 @@ Checks a mesh for anomalies, double edges etc. Will print results to the console
- [ ] When everything has stabilized, remove the gRPC layer and publish as a Python package containing the Rust binaries.

## Changelog:
### 0.0.18 (GitHub release)
### 0.0.18
- Replaced [building_blocks](https://crates.io/crates/building_blocks) with [fast_surface_nets](https://crates.io/crates/fast_surface_nets)
- Refactoring of Lindenmayer Systems
- Made sure there is one empty voxel surrounding geometry
- Rust 1.56.0 and 2021 Edition
- Dependency updates
### 0.0.17 (GitHub release)
- Added [fast_surface_nets](https://crates.io/crates/fast_surface_nets) & [saft](https://crates.io/crates/saft)
Expand Down

0 comments on commit ed07c37

Please sign in to comment.