mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Improve docstring
This commit is contained in:
parent
ea5f1c81d6
commit
7bf2bfd6b1
1 changed files with 1 additions and 2 deletions
|
|
@ -278,8 +278,7 @@ class ExtractOIIOTranscode(publish.Extractor):
|
||||||
new_repre["files"] = renamed_files
|
new_repre["files"] = renamed_files
|
||||||
|
|
||||||
def _translate_to_sequence(self, files_to_convert):
|
def _translate_to_sequence(self, files_to_convert):
|
||||||
"""Returns original individual filepaths or list of a single two-tuple
|
"""Returns original individual filepaths or list of clique.Collection.
|
||||||
representating sequence filename with its frames.
|
|
||||||
|
|
||||||
Uses clique to find frame sequence, and return the collections instead.
|
Uses clique to find frame sequence, and return the collections instead.
|
||||||
If sequence not detected in input filenames, it returns original list.
|
If sequence not detected in input filenames, it returns original list.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue