Skip to content

OpenRV 3.1.0

Latest

Choose a tag to compare

@bernie-laberge bernie-laberge released this 09 Feb 18:52
· 27 commits to main since this release
53785f9

New Supported Platform

  • OpenRV now supports macOS Tahoe 26.2

OpenRV Community Contributions

  • Added support for GIF movies in RV (OpenRV community contribution).
  • Fixed Alt modifier not clearing on Alt + Shift key release (OpenRV community contribution).
  • The RV file dialog now supports basic file operations such as creating folders, deleting and renaming files or folders, and refreshing (OpenRV community contribution).
  • New “setPresentationDevice” python command has been created to select the desired settings for the Presentation Device through scripting (OpenRV community contribution).
  • Fixed an issue on the Y-axis when using color picker (OpenRV community contribution).
  • Improved stability when modifying Sequence EDL properties by adding bounds and null checks, validating source indexes, and updating node behavior to return a safe error image instead of throwing exceptions (OpenRV community contribution).
  • Drag-and-drop now supports directory filtering for improved file selection (OpenRV community contribution).
  • Added Rec. 2020 YCbCr-to-RGB conversions and SMPTE 2048/Hybrid Log-Gamma transforms (OpenRV community contribution).

New Features

  • Improved multiple annotations rendering performance.
  • Update to the About Box makes it easier to find the version of each dependency used in OpenRV.
  • Increased audio track support from 8 to up to 32 tracks.
  • RVLinkLauncher enables users to select which version of RV to launch when more than 1 version is installed. The RVLinkLauncher is only available on macOS.
  • Range discrepancy for missing media is now 19 frames.
  • UI Improvements to several menu items.

SDK and API updates

  • Updated the Blackmagic Design DeckLink SDK to version 15.2.

Bug Fixes

  • Fixed an issue which would affect the display of some icons ever since changing the UI theme in the release of OpenRV v3.0.0
  • Fixed an issue around the “Inputs” box resetting the clip selection when moving source clips in the view node.
  • Fixed an issue that would not block users trying to export or save in folder which would be set in read-only mode by the system.
  • Fixed an issue which would prevent the user to draw annotation with a Stylus on Mac since the update of Qt6.
  • Fixed an issue where loading a .rv session file would slow down the loading of multiple sources. Now leveraging the new startPreloadingMedia().
  • Fixed an issue where the play Forward/Pause buttons would stop responding when playing WAV files on Linux.
  • Resolved a macOS Tahoe issue that caused dialog window options to become unresponsive.
  • Fixed an issue where the pointer within a presentation device was mismatched in comparison to the pointer location in OpenRV.
  • Fixed a memory leak that could occur when executing rv.runtime.eval() in a custom package render.
  • Fixed an issue which would show exported snapshots from RV as empty canvas ever since the update to Qt6.
  • Fixed an issue around the RV_OVERRIDE_TRANSFER_MOV that would not override the application default values anymore.
  • Fixed an issue around the metadata of some MXF file flavors that could not be read by OpenRV.
  • Fixed an issue where settings modified via the write settings API did not apply to the current session
  • Fixed an issue where TIFF compression metadata was not accurately represented.
  • Fixed an issue which would cause a crash when cancelling an export while using RV on MacOS Tahoe.

Known issues and limitations

  • High DPI support on Windows is disabled by default due to known instabilities with QtWebEngineWidgets in Qt 6.5.3 on Windows which are used by Flow Production Tracking packages. You can still activate High DPI on Windows by setting the “RV_NO_QT_HDPI_SUPPORT” environment variable but we cannot guarantee the results.
  • The new High DPI displays support in OpenRV can also be disabled by setting the “RV_NO_QT_HDPI_SUPPORT” environment variable if you encounter any issues with custom OpenRV packages, for example.

Full Changelog: v3.0.0...v3.1.0