mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 10:21:59 +02:00
[ui] Support for imageList and sequence in SequencePlayer
This commit is contained in:
parent
7af0997a73
commit
4590868317
3 changed files with 39 additions and 22 deletions
|
@ -144,4 +144,4 @@ class FilepathHelper(QObject):
|
|||
"""
|
||||
if extension is None:
|
||||
extension = ".*"
|
||||
return [self.removeExtension(FilepathHelper, self.basename(FilepathHelper, f)) for f in glob.glob(os.path.join(folderPath, f"*{extension}")) if os.path.isfile(f)]
|
||||
return [self.basename(FilepathHelper, f) for f in glob.glob(os.path.join(folderPath, f"*{extension}")) if os.path.isfile(f)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue