Skip to content

Commit 68331a1

Browse files
committed
release notes and status chips
1 parent 8f3b05d commit 68331a1

File tree

2 files changed

+43
-8
lines changed

2 files changed

+43
-8
lines changed

docs/release-notes.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Release Notes
22

3+
## v0.45
4+
5+
### Highlights
6+
7+
### Details
8+
9+
* Improvements / additions
10+
* New OPs
11+
* mixColorFields - for combining color fields with centralized controls (#1279)
12+
* moduloPolyhedral - uses polyhedron patterns to slice and repeat space similar to the polyhedronSdf (#714)
13+
* trefoilKnotSdf - a 3D trefoil knot SDF (#1285)
14+
* 3D fractal SDFs from TheArchCoder (Muhammad Ahmad) (#1286)
15+
* kleinianFractalSdf
16+
* mandelettuceFractalSdf
17+
* sierpinskiIcosahedronFractalSdf
18+
* sierpinskiOctahedralSpongeFractalSdf
19+
* New OP features
20+
* boxFrameSdf - option for round bars
21+
* mengerSpongeSdf - added alternate formula from TheArchCoder (#1286)
22+
* raymarchRender3d - added dithering toggle (#1278)
23+
* rimContrib - added rotation parameter / field input (#1280)
24+
* Fixes
25+
* Fix handling of zero thickness in split
26+
* Fix multiLight issues with pbrMat (#1277)
27+
* Fix validation for required inputs in floatToVector
28+
* Fix thumnnails not showing if toolkit isn't at the root (#1281)
29+
* Fix opDefinition error for TD alpha builds
30+
* Changes (potentially breaking)
31+
* Infrastructure / internals
32+
* Consolidate functionality into opDefinition, codeSwitcher, etc extensions
33+
34+
### Compatibility
35+
36+
* This version requires TouchDesigner 2023.12120 or later.
37+
* It may have issues on the TD Alpha builds. If so, please report bugs.
38+
339
## v0.44
440

541
### Highlights

src/operators/opChips.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name chip
2-
arrange updated
32
boxFrameSdf updated
4-
combine updated
5-
composeSdf updated
6-
extrudeBezier new
7-
gridSdf2d new
8-
polytopeSdf new
9-
sdfVolume new
10-
split new
3+
mixColorFields new
4+
moduloPolyhedral new
5+
trefoilKnotSdf new
6+
sierpinskiIcosahedronFractalSdf new
7+
sierpinskiOctahedralSpongeFractalSdf new
8+
mandelettuceFractalSdf new
9+
klienianFractalSdf new

0 commit comments

Comments
 (0)