hound fixes

This commit is contained in:
Jakub Jezek 2020-12-18 17:25:23 +01:00
parent abc60f3aae
commit ae608efdbc
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3
5 changed files with 9 additions and 11 deletions

View file

@ -6,9 +6,8 @@ Load a still from DRX file, apply the still to all clips in all timelines.
Set render format and codec, add render jobs for all timelines, render
to specified path and wait for rendering completion.
Once render is complete, delete all jobs
clonned from: https://github.com/survos/transcribe/blob/fe3cf51eb95b82dabcf21fbe5f89bfb3d8bb6ce2/python/3_grade_and_render_all_timelines.py
"""
# clonned from: https://github.com/survos/transcribe/blob/fe3cf51eb95b82dabcf21fbe5f89bfb3d8bb6ce2/python/3_grade_and_render_all_timelines.py # noqa
from python_get_resolve import GetResolve
import sys

View file

@ -1,13 +1,12 @@
#!/usr/bin/env python
import os
import sys
from pype.hosts.resolve.otio import davinci_export as otio_export
resolve = bmd.scriptapp("Resolve")
resolve = bmd.scriptapp("Resolve") # noqa
fu = resolve.Fusion()
ui = fu.UIManager
disp = bmd.UIDispatcher(fu.UIManager)
disp = bmd.UIDispatcher(fu.UIManager) # noqa
title_font = ui.Font({"PixelSize": 18})

View file

@ -1,12 +1,11 @@
#!/usr/bin/env python
import os
import sys
from pype.hosts.resolve.otio import davinci_import as otio_import
resolve = bmd.scriptapp("Resolve")
resolve = bmd.scriptapp("Resolve") # noqa
fu = resolve.Fusion()
ui = fu.UIManager
disp = bmd.UIDispatcher(fu.UIManager)
disp = bmd.UIDispatcher(fu.UIManager) # noqa
title_font = ui.Font({"PixelSize": 18})

View file

@ -143,10 +143,10 @@ __all__ = [
"IniSettingRegistry",
"JSONSettingRegistry",
"PypeSettingsRegistry",
"timeit"
"timeit",
"is_overlapping_otio_ranges",
"otio_range_with_handles",
"convert_to_padded_path"
"otio_range_to_frame_range",
"convert_to_padded_path",
"otio_range_to_frame_range"
]

View file

@ -3,6 +3,7 @@ import pyblish.api
import pype.api
from pype.hosts import resolve
class ExtractWorkfile(pype.api.Extractor):
"""
Extractor export DRP workfile file representation