Skip to content

mrv2 v1.1.2

Compare
Choose a tag to compare
@ggarra13 ggarra13 released this 12 Apr 19:16
· 295 commits to main since this release

v1.1.2

  • Windows version of mrv2 is now compiled with MSVC 2022.
  • Fixed opening directories from within the command-line.
  • Fixed stopping of playback when playing and selecting an area with
    Shift + Left Mouse Button drag or panning with Ctrl + Drag.
  • Made status bar report "Everything OK." after 10 seconds without further
    errors.
  • Removed -debug flag from command-line as it only works on debug builds.
  • Made Metadata tab not appear if all metadata is shown in video/audio
  • Fixed a compilation issue between FLTK's JPEG libraries and those of
    libjpeg-turbo on Linux.
  • Fixed Right Mouse Button toggling off the audio when there had been a drag
    action with some other button before.
  • Fixed a precision problem when shifting annotations at the beginning of a
    clip due to a following clip being dragged to the same place as the
    annotation.
  • Improved performance of timeline drawing when annotations are present.
  • Fixed refreshing of image sequences
    (ie. Files Panel->Select Image->RMB->File/Refresh Cache) when there were
    missing frames and later they were added. It used to work in v1.0.0 but a
    change in tlRender broke it.
  • Updated mrv2 to Python 3.11 to conform to the VFX 2024 Platform.
  • Python 3.11 on Windows is now built with optimizations on.
  • Updated mrv2's glfw3 to 3.4.
  • Updated mrv2's FLTK build to use the system libdecor
    (needs v0.2.2 at least).