-
We have some enumerated types spread throughout the codebase but they are treated as simple classes (see [TrackKind](https://github.com/PixarAnimationStudios/OpenTimelineIO/blob/8dcde4e37dd6fdaf9bb3e2…
-
Currently OTIO can read old `.otio` files that were serialized with older schema versions, because there is a built-in schema upgrade system. However, if an `.otio` file is written with a brand new sc…
-
Blender 2.93 uses Python 3.9 and currently there is no wheel for OpentimelineIO available. Videotracks is then not able to load.
Some changes in the code will be made soon to make VideoTracks work on…
-
When I try to install the addon this happens (also in admin mode, in Blender 2.83 LTS).
`Module Not Found Error: No module named 'opentimelineio'`
![imagen](https://user-images.githubusercontent…
-
This is the error I get under 'Dependencies' when installing in Blender 2.93 and 3.0 alpha.
Otherwise it installs ok and seems to work.
I install in admin mode in both cases. I also remove previou…
-
## Feature Request
Many audio and video editing applications and formats have a toggle to "muted" or enable/disable individual clips, tracks, effects or other elements. OTIO is missing this feature…
-
Unfortunately doesn't the whl work for me on Windows. Running Blender as admin didn't work and manually installing it this way produced this error:
`python -m pip install "C:\Users\45239\Downloads\Vi…
-
Hi there, I've been trying to automate some timeline work and ended up being forced to turn to OpenTimelineIO. I've tried running the script under Python 2.7 as well as Python 3.6 but no matter what I…
-
Currently Video Tracks is not supporting Blender 3.0 at least at 2 levels: the integration of OpenTimelineIO and the opengl overlays.
Important refactor has to be done here. An ETA for the fixes is c…
-
In build_usd.py, find_executable("python") is used to make sure "python" is in the path. But as a company moving from python2 to python3, we are starting to be very specific about which python versio…