File tree Expand file tree Collapse file tree 2 files changed +43
-8
lines changed Expand file tree Collapse file tree 2 files changed +43
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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
+
3
39
## v0.44
4
40
5
41
### Highlights
Original file line number Diff line number Diff line change 1
1
name chip
2
- arrange updated
3
2
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
You can’t perform that action at this time.
0 commit comments