Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mrv2-v1.1.9-Windows-amd64.zip | 2024-06-15 | 132.4 MB | |
mrv2-v1.1.9-Windows-amd64.exe | 2024-06-15 | 90.7 MB | |
mrv2-v1.1.9-Linux-amd64.tar.gz | 2024-06-15 | 145.7 MB | |
mrv2-v1.1.9-Linux-amd64.rpm | 2024-06-15 | 119.6 MB | |
mrv2-v1.1.9-Linux-amd64.deb | 2024-06-15 | 142.5 MB | |
mrv2-v1.1.9-Darwin-arm64.dmg | 2024-06-15 | 94.7 MB | |
README.md | 2024-06-14 | 4.1 kB | |
mrv2-v1.1.9-Darwin-amd64.dmg | 2024-06-14 | 103.7 MB | |
Totals: 8 Items | 829.5 MB | 0 |
v1.1.9
- Made undocking of panels with the dragbar always position them close to the panel.
- Added a visual indicator when a panel would dock if released.
- Fixed a potential crashing bug with panels upon exit.
- Fixed Panel docking on Wayland which was broken.
- Made switching between single images (non-sequences) faster when showing the thumbnails for them.
- Added missing .CRW format to the list of supported RAW formats in mrv2's custom file requester.
- Fixed a random incorrect displaying of sequences as single frames on Flu_File_Chooser.
- Fixed Panel undocking with the Yellow undock button not respecting the saved Y coordinate of the panel and using X instead.
- Improved UI behavior when docking, undocking and showing/hiding the scrollbars.
- Fixed Playlist creation on Wayland and simplified code.
- Fixed Panel Windows under Wayland. Now they respect their position, albeit they are parented to the main window.
- Fixed a random crash when opening the Flmm_ColorA_Chooser for the first time due to incomplete menu items (Windows compiler issue?).
- Fixed Background->Solid Color not getting read properly from the preferences.
- mrv2's custom file requester can now toggle between image previews with the preview button (Monalisa).
- Made building FFmpeg on Windows more solid by relying on any of its two repositories and if that fails, read it from a tar.gz file.
- Updated About->Update mrv2 to list the changes from the version in a text display.
- Improved -pythonScript functionality. It is now possible to change OCIO settings, load clips and save out a new movie file with baked OCIO, all from a Python script.
- Fixed building mrv2 without TLRENDER_NET and with BUILD_PYTHON ON on macOS.
- Consolidated Python commands to all use "fileName" instead of "file" or "filename".
- Added bakeOCIO.py demo script with arguments.
- Added -pythonArgs command-line string to pass a string of separated arguments with spaces, like:
mrv2 -pythonScript mrv2/python/demos/bakeOCIO.py -pythonArgs "/D/pictures/Mantaflow_v09/Fluid.0001.exr 'ACEScg' 'ACES 1.0 - SDR Video' test.mov"
- Fixed drag and drop of http:// and similar URLs to mrv2 for network playback.
- Added file::isNetwork().
- Added "on_open_file" method callback to Python plugin system that gets called when a file is opened.
- Fixed a bug when docking the Python Panel and exiting. The Python Panel would get reset to just the menus' size.
- Fixed OCIO color LUTs not getting activated when selected.
- Added a check button to the Color Panel to turn on/off LUTs.
- Added OCIO color LUTs per clips.
- Fixed typo in LUTOptions "enable" instead of "enabled".
- Fixed drag and drop to work with URIs coming from Google's Chrome when they don't have https:// prefixed into them under X11.
- It is now possible to update a single frame of a sequence instead of the full cache, by pressing SHIFT+u (Default hotkey).
- Fixed refreshing of thumbnails when cache refresh was requested.
- Fixed Text annotation rendering disappearing after it was entered.
- Consolidated Darby's ui::Style::ColorRole with FLTK's color schemes. Now changing from one of the preset color schemes should result on a nicer look for the timeline viewport.
- Sped up Thumbnail creation in Panels. Fixed Darby's .otio/.otioz thumbnail creation.
- Sped up Thumbnail creation above Timeline.
- Sped up Thumbnail creation on mrv2's custom file requester.
- Made mousewheel not have any effect on the view window, timeline viewport nor volume slider unless the mouse is directly above them.
- Fixed mousewheel not scrolling sometimes on panel dockbar.
- Fixed Media Info Panel's search box not resizing when docked and scrollbar appeared.
- Made Preferences' window non-modal as it was conflicting with OCIO Pick's File Requester.
- Fixed Wayland's Text tool showing the colors semi-transparent.
- Fixed compiler error under g++13.
- Fixed Linux and macOS binary distribution crashing on loading USD files.