Known issues
- Rendering sometimes silently stalls after X frames. #248
- Some image formats may have issues (PCX, PSB, CR2). #602
- MTS video files are sometimes not read correctly. #186
Changes
- Default number of render threads is more reasonable on multi-core systems:
min(num_cores, RAM/3.5Gb)
. #554
- Fix checkerboard drawing on macOS Catalina and later. #614
- Fix undoing "Reset to default" on parameters. #630
- Fix NodeGraph manipulation and navigation issues. #491 #627
- Fix Retina/High-DPI display issues on macOS, Windows and Linux/X11. #635
- Fix multi-dimensional parameter linking (bug introduced in 2.4.0 #594). #631
- Fix bug where any argument containing an integer between commas would be interpreted as a frame range. #644
- Python:
app.saveProject
andapp.saveProjectAs
now do project variable substitution, as inapp.saveProjectAs("[Variable]/output.ntp")
.
Plugins
- Transform, CornerPin, Position and Ramp nodes now display the motion path.
- HueCorrect now has the ability to do hue vs. hue adjustments, with an option to change the background curve guide. #610
- Merge: Fix behavior on most operators when A is not connected or A's RoD and B's RoD are disjoint. #647
- Reformat: fix bugs when "turn" is checked with Resize Type = None or Type = Scale.