mrv2 v0.3.5
v0.3.5
-
Bug fixed default OCIO input color spaces not being applied.
-
Bug fixed an issue with scrubbing forwards not scrubbing smoothly.
-
Bug fixed OCIO ICS when the color space had slashes (/) in it.
-
Fixed printing of command-line arguments when run from cmd.exe or similar
on Windows. -
Added a --version switch to command-line arguments to report version number.
-
Made Drag and Drop in Linux work with other file requesters other than
Nautilus (nemo, thunar, etc). -
Fixed sliders not appearing in Compare Panel.
-
Fixed some missing libraries from Linux distribution.
-
A quick re-release of v0.3.5 to eliminate the popup cmd.exe that was opening when running
mrv2 on Windows. -
Added Python bindings and a Python Panel with an editor and output window
to run code interactively.
There's not any documentation yet for it, but there are some sample scripts
in the python/demos directory.
Currently, you can:- Open images, videos and otio timelines.
- Control the timeline.
- Change colors and LUT config.
- Compare two images and change the compare settings.
- Change the layer of the image.
- Change the R, G, B, A channels of the image.
- Change the foreground (A) and compare (B) images either by index
or by file media item. - Use libraries from the python standard library, except threads.
The modules are:
import mrv2
from mrv2 import cmd, math, imaging, media, timeline