From 88f4506c11fe76d6826e8e66712a4e0b967aff3c Mon Sep 17 00:00:00 2001 From: Rodz Labs Date: Thu, 13 Oct 2022 21:50:29 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ef5524..8642f124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ Updated 2022/10/05 ## Nodes +- Updated the EasySDF node with support for coloring (of albedo, roughness, metallic and emission channels) + and node parameters. - Added additional modes to **Math** node (contributed by williamchange). - Updated the iteration buffer with an autostop parameter. When set, the Iteration Buffer will stop iterating as soon as 2 consecutive results are identical. @@ -37,7 +39,8 @@ Updated 2022/10/05 - Added **Triangle Voronoi** node (contributed by williamchange). - Added **Sixteen Segment Display** and **Roman Numerals** nodes (contributed by williamchange). - Added **Japanese Glyphs** node (contributed by williamchange). -- Added **Uneven Bricks 3** node (contributed by Arnklit) +- Added **Uneven Bricks 3** node (contributed by Arnklit). +- Added **Swirl** node. ## Fixes, optimizations