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:
Kayla Man 2023-09-27 23:17:12 +08:00
parent abef01cd05
commit e493886f4d
4 changed files with 16 additions and 15 deletions

View file

@ -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)):