-
Hello
Has anyone managed install raven on Rocky Linux 8 ?
I am getting a cmake error
`(base) [admin@LOWROCKY build]$ cmake ..
-- Checking for module 'gtk+-3.0'
-- Found gtk+-3.0, version 3.22…
-
Currently the OTIO documentation leads people to make new adapters in the contrib folder within the OTIO repo, but we have decided to move those adapters into separate repos. We should update the docu…
-
In merge request https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1239, it left markers with the Track if `target_track.child_at_time(marker.marked_range.start_time)` returns something tha…
-
## Feature Request
Proposed Change to existing Behavior
## Description
1. right now libopentime.so and libopentimelineio.so are lacking an soversion. it would be nice to assign a proper sover…
darix updated
2 years ago
-
When the FCP 7 XML adapter encounters a timeline where `MediaReference` objects have no `available_range` set (as common when loading EDLs), it errors out:
```
(redacted for brevity)
File "/Users…
-
I'm assuming I've not done anything silly...
This EDLl causes this issue,
```
parent_range = self.clip.trimmed_range_in_parent()
File "/tools/SITE/python/opentimelineio/core/item.py", l…
-
## To Reproduce
```python
import opentimelineio as otio
# Read the screening example from the sample data
timeline = otio.adapters.read_from_file("tests/sample_data/screening_example.edl")
…
-
A user reported that there is a segmentation fault when running pytest + objects with metadata + the "fs" (fake filesystem) capture system.
Repro:
```python
import opentimelineio as otio
# Doe…
-
-
## Bug Report
### Build Problem
I note in the current build scripts that the `d` suffix is added for debug builds on Windows
https://github.com/PixarAnimationStudios/OpenTimelineIO/blob/main/…