ThomasWilshaw
ThomasWilshaw
Implements a RGB to B&W node using OCIO luma coefficients. ALso allows for overriding these with custom weights. There's a few questions in the code comments. Specifically is there a...
A WIP set of colour related improvments: - Update the OCIO config to use families and take advantage of file rules - Implement custom comboboxes for colour space picking and...
Adds a dilate erode node to the filter category. Mainly useful for masks and other grey scale images. Only controversial issue is that the Gaussian erode does an inversion via...
Refactor OTIO loading code for clarity and maintainability. Although this adds a small amount of code duplication I think it is worth it for clarity
I've added another `QStackedWidget` to the scope panel that can hold the UI controls for the selected scope. The controls themselves are created in the scope classes (`WaveformScope` and `HistogramScope`)...
Once #1562 is merged Olive will have very basic but usable OTIO support (at least for importing). This is a todo list of things we need to improve our OTIO...
**Link the Issue(s) this Pull Request is related to.** Fix #1139 **Summarize your change.** The line length of some of the comments in the code blocks was extreamly long making...
Whilst looking through the docs [here](https://opentimelineio.readthedocs.io/en/latest/tutorials/otio-serialized-schema.html?highlight=image%20sequence#imagesequencereference-1) I noticed some of the descriptive text in the documentation has a very long line length making viewing a bit of a pain. I...