Releases: NatronGitHub/Natron
Releases · NatronGitHub/Natron
Natron 2.3.8
Version 2.3.8
- Fix crash when Viewer/maxNodeUiOpened=1 in the preferences
- Fix bug where an exported PyPlug would not have a correct Python syntax if a string had a backslash followed by newline (as may be seen in Shadertoy sources).
- Fix behaviour of loop/bounce in the Read node when there is a time offset #1734.
- G'MIC plugins by Tobias Fleischer are now bundled with the binary distributions (beta).
- Fix bug where the "&" character was not displayed in the plugin creation menus.
Natron 2.3.7
- The viewer timeline can now display information as timecode instead of frames (see TC/TF choice next to fps below the timeline)
- Disabled Merge nodes (and other nodes with input A and B) now always pass-thru the B input. Preferences should never affect the render results.
- Shuffle now passes through B by default, and has a new toggle parameter "setGBAFromR" to disable automatically setting G B and A from R.
- Grade: Add "Reverse" option to apply the inverse function. Usage: clone or copy-paste a Grade node, insert it downstream of the original node, and check "Reverse" in the downstream Grade.
- Fix RunScript (the bugs were in ReadOIIO and Natron), and better document it.
- GIF format is now read and written by ReadFFmpeg (most GIFs these days are animated).
Natron 2.3.6
- fix bug when using PyPlugs containing Shadertoy (and possibly other plugins too) #1726 #1637
- fix bug when creating a group from a plugin with invisible inputs (e.g. Shadertoy)
- fix bug where Natron would crash when the "clear all panels" button is pressed #1729
- fix bug where Roto and RotoPaint lifetime would change randomly #1707
Plugins
- ReadOIIO/ReadPNG: "Image Info..." gives a more explicit message, containing the filename and more info.
- fix bug in all OCIO plugins where GPU render is wrong if (un)premult is checked (disable GPU render in this case)
Natron 2.3.5
Plugins
- ReadOIIO: fix a bug where the Read nodes are not properly restored when timeOffset is used #1711
- ReadOIIO: add options for reading RAW files: rawUserSat, rawHighlightMode, rawHighlightRebuildLevel
- DenoiseSharpen: fix a bug where the plugin would not abort processing when required.
- ColorCorrect: fix luminance computation when applying saturation #1706
- Reformat: add a checkbox to use the input RoD instead of the input format (useful when preceded by a crop)
- ContactSheet/LayerContactSheet: correctly set the format when the output size is changed
Natron 2.2.9
v2.2.9 less warnings
Natron 2.1.9
v2.1.9 Docs: sync shadertoy doc
Natron 2.0.5
v2.0.5 CurveWidget: add fix from master