ayon-core/openpype/hosts/resolve
2022-10-04 11:51:52 +02:00
..
api import setting functions from 'openpype.settings' 2022-10-04 11:51:52 +02:00
hooks fixed imports to use in-DCC imports from resolve.api 2022-08-11 19:01:24 +02:00
otio Fix typos / cosmetics 2022-01-16 13:05:26 +01:00
plugins Use new import source of Extractor 2022-09-01 12:54:29 +02:00
utility_scripts fixed imports to use in-DCC imports from resolve.api 2022-08-11 19:01:24 +02:00
__init__.py fix import 2022-08-25 15:33:46 +02:00
addon.py fixed innterface name 2022-08-27 10:40:24 +02:00
README.markdown Fix typos / cosmetics 2022-01-16 13:05:26 +01:00
RESOLVE_API_README_v16.2.0_down.txt rename folder 2021-04-01 18:54:46 +02:00
RESOLVE_API_README_v16.2.0_up.txt Fix typos / cosmetics 2022-01-16 13:05:26 +01:00
utils.py last f-string removement 2022-09-06 17:21:32 +02:00

Basic setup

  • Install latest DaVinci Resolve
  • add absolute path to ffmpeg into openpype settings image
  • install Python 3.6 into %LOCALAPPDATA%/Programs/Python/Python36 (only respected path by 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/. I was building it on Win10 machine with Visual Studio Community 2019 and image with installed CMake in PATH.
  • install PySide2 for 3.6 %LOCALAPPDATA%\Programs\Python\Python36\python.exe -m pip install PySide2
  • make sure Resolve Fusion (Fusion Tab/menu/Fusion/Fusion Settings) is set to Python 3.6 image

Editorial setup

This is how it looks on my testing project timeline image Notice I had renamed tracks to main (holding metadata markers) and review used for generating review data with ffmpeg confersion to jpg sequence.

  1. you need to start OpenPype menu from Resolve/EditTab/Menu/Workspace/Scripts/OpenPype_Menu
  2. then select any clips in main track and change their color to Chocolate
  3. in OpenPype Menu select Create
  4. in Creator select Create Publishable Clip [New] (temporary name)
  5. set Rename clips to True, Master Track to main and Use review track to review as in picture image
  6. after you hit ok all clips are colored to ping and marked with openpype metadata tag
  7. git Publish on openpype menu and see that all had been collected correctly. That is the last step for now as rest is Work in progress. Next steps will follow.