You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,14 @@ Natron multiple times on the same computer, the different processes will share t
32
32
- For convenience, a PyPlug may specify a list of the nodes inside its node graph that should have their viewer overlay displayed when the PyPlug setting panel is opened. For instance, imagine that the PyPlug uses a Transform node internally, it is possible to display the Transform node handle on the viewer when the PyPlug settings panel is opened, even if the Transform node panel itself is closed
33
33
34
34
35
+
## Version 2.3.5
36
+
37
+
### Plugins
38
+
39
+
- DenoiseSharpen: fix a bug where the plugin would not abort processing when required.
40
+
- ColorCorrect: fix luminance computation when applying saturation #1706
41
+
42
+
35
43
## Version 2.3.4
36
44
37
45
- Binaries distributed through Natron's web site are now built with 8-bit x264. 10-bit x264 (introduced with 2.2.6) causes too many compatibility issues. There are other codecs that support 10-bit output (especially ProRes, vc2, libopenjpeg, libvpx-vp9, and x265 on some systems). In order to get 10-bit x264, it is recommended to encode a quasi-lossless using one of these codecs, and then transcode with a ffmpeg binary capable of encoding 10-bit x264.
@@ -43,6 +51,9 @@ Natron multiple times on the same computer, the different processes will share t
43
51
- Upgrade SeExpr to version 2.11.
44
52
- Grade: add a "Normalize" button to automatically compute the clack and white points.
45
53
- Matrix3x3, Matrix5x5: new plugins, apply a 3x3 or 5x5 custom filter.
54
+
- ColorCorrect: Fix wrong render for input values outside the [0-1] range #1703
55
+
- ReadOIIO: Adjust Maximum Thr. (used when reading RAW camera files) should defaut to 0.0 #1705
0 commit comments