ayon-core/pype/hosts/resolve
2021-01-25 11:36:28 +01:00
..
otio hiero otio adding pixel aspect attribute to metadata 2020-12-23 16:21:33 +01:00
utility_scripts hound fixes 2020-12-18 17:25:23 +01:00
__init__.py feat(resolve): wip otio import and publishing 2020-12-07 12:32:49 +01:00
action.py feat(resolve): wip create plugins 2020-06-17 18:27:51 +03:00
lib.py Merge pull request #866 from pypeclub/feature/pype_logger_modified 2021-01-08 12:04:24 +01:00
menu.py feat(resolve): new hosts structure 2020-06-02 14:58:44 +02:00
menu_style.qss feat(resolve): refactory Creator for clips 2020-11-30 12:02:07 +01:00
pipeline.py Merge pull request #866 from pypeclub/feature/pype_logger_modified 2021-01-08 12:04:24 +01:00
plugin.py resolve: swap family with families 2020-12-23 17:57:35 +01:00
preload_console.py removed host argument on get_logger call 2020-12-29 17:21:16 +01:00
README.markdown hiero: adding readme for setup resolve 2021-01-25 11:36:28 +01:00
RESOLVE_API_README.txt feat(resolve): new hosts structure 2020-06-02 14:58:44 +02:00
todo-rendering.py hound fixes 2020-12-18 17:25:23 +01:00
utils.py removed host argument on get_logger call 2020-12-29 17:21:16 +01:00
workio.py removed host argument on get_logger call 2020-12-29 17:21:16 +01:00

Basic setup

  • Install latest DaVinci Resolve
  • add absolute path to ffmpeg into pype 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 builded 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 Resovle Fusion (Fusion Tab/menu/Fusion/Fusion Setings) 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 Pype menu from Resolve/EditTab/Menu/Workspace/Scripts/PYPE_MENU
  2. then select any clips in main track and change their color to Chocolate
  3. in Pype 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 pype metadata tag
  7. git Publish on pype 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.