mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
improve docstring on lib.py and add comment on the condition of setting filename with extension and improved the deprecrated settings
This commit is contained in:
parent
abef01cd05
commit
e493886f4d
4 changed files with 16 additions and 15 deletions
|
|
@ -3463,7 +3463,7 @@ def get_filenames_without_hash(filename, frame_start, frame_end):
|
|||
frame_end (str): end of the frame
|
||||
|
||||
Returns:
|
||||
filenames(list): list of filename
|
||||
list: filename per frame of the sequence
|
||||
"""
|
||||
filenames = []
|
||||
for frame in range(int(frame_start), (int(frame_end) + 1)):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue