OpenTimelineIO / OpenTimelineIO/raven
Add support for new Clip Color schema
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 140
- Forks
- 28
- Avg merge
- 14h 1m
- Merged PRs (30d)
- 2
Description
Since OTIO gained an official Color schema (see https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1887), we should update Raven to use it instead of relying on it's own color metadata. Currently the color value has no effect on the app. This also needs to be added for the editing capability.
"OTIO_SCHEMA": "Clip.2",
"color": null,
"metadata": {
},
"raven": {
"color": "YELLOW"
}
},
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review Raven's handling of the OTIO Clip color value and the editing capability, using the linked OpenTimelineIO Color schema change as context. Trace where the existing raven color metadata is read and where editing updates clip data. Done means the official Clip color schema drives the app and editing supports it without relying on Raven-specific color metadata.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100