mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
docstring tweaks
This commit is contained in:
parent
973e4804d5
commit
356f05ff91
3 changed files with 6 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ from openpype.hosts.nuke.api.lib import maintained_selection
|
|||
|
||||
|
||||
class ExtractReviewDataBakingStreams(publish.Extractor):
|
||||
"""Extracts movie and thumbnail with baked in luts
|
||||
"""Extracts Sequences and thumbnail with baked in luts
|
||||
|
||||
must be run after extract_render_local.py
|
||||
|
||||
|
|
@ -27,8 +27,8 @@ class ExtractReviewDataBakingStreams(publish.Extractor):
|
|||
|
||||
@classmethod
|
||||
def apply_settings(cls, project_settings):
|
||||
"""just in case there are some old presets
|
||||
in deprecated ExtractReviewDataMov Plugins
|
||||
"""Apply the settings from the deprecated
|
||||
ExtractReviewDataMov plugin for backwards compatibility
|
||||
"""
|
||||
nuke_publish = project_settings["nuke"]["publish"]
|
||||
deprecated_setting = nuke_publish["ExtractReviewDataMov"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue