ynput / OpenPype

OpenPype has been surpassed by AYON and is now read only.
https://ayon.ynput.io
MIT License
285 stars 128 forks source link

Documentation: Resolve should point to built OTIO wheel 🎡 #2773

Open antirotor opened 2 years ago

antirotor commented 2 years ago

Documentation for Resolve

install OpenTimelineIO for 3.6 %LOCALAPPDATA%\Programs\Python\Python36\python.exe -m pip install git+https://github.com/PixarAnimationStudios/OpenTimelineIO.git@5aa24fbe89d615448876948fe4b4900455c9a3e8 and move built files from %LOCALAPPDATA%/Programs/Python/Python36/Lib/site-packages/opentimelineio/cxx-libs/bin and lib to %LOCALAPPDATA%/Programs/Python/Python36/Lib/site-packages/opentimelineio/

this command is complicated because to build otio from sources you need build tools like cmake and compiler. We already have built otio wheel for python 3.7 so we should provide wheels for 3.6 (that is required for Resolve) and point documentation there.

[cuID:OP-2723]

jakubjezek001 commented 2 years ago

here is build in our distibute fpt OpenTimelineIO-0.14.0.dev1-cp36-cp36m-win_amd64.whl it is builded on win10 python36 with cmake 3.22.2. It had been cloned into following commit https://github.com/PixarAnimationStudios/OpenTimelineIO.git@5aa24fbe89d615448876948fe4b4900455c9a3e8