Natron 2.4.3 released

Natron 2.4.3 released

Natron 2.4.3 was released, with binaries available for Linux, Windows and macOS.

This will most probably be the last version supporting Python 2.7.

Development will focus on supporting Python 3 and Qt 5, especially in the binary releases:

  • Natron 2.5 will support Python 3 (Python 2 will be dropped).
  • Natron 2.6 will support Qt5 (Qt 4 support will be dropped).

Known issues

  • Crash when closing a project window on macOS 12+ (Qt4 only). #712
  • Rendering sometimes silently stalls after X frames. #248
  • Some image formats may have issues (PCX, PSB). #602
  • MTS video files are sometimes not read correctly. #186

Changes

  • Added support for render progress in taskbar icon (Windows/macOS). #766
  • Added palette support in color selector. #754
  • Allow creating a node with the same name that was just deleted. #732
  • Natron can now keep up to 32 project backups (see Preferences/General/Save versions). #562
  • Only display the overlays for nodes that are in the viewer render path and have their properties panel maximized. Can be disabled in Preferences/Viewer. #744
  • Fix rendering from Python (by calling app.render()) when nodes use Python expressions. #560
  • Fix drawing of closed Bezier overlays. #659
  • RotoPaint does not reconnect to the viewer at each stroke by default. Added a button to the viewer interface to re-enable this behavior. #641
5 Likes