mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 11:37:28 +02:00
[ui] Add <EXTENSION> replacement
This commit is contained in:
parent
569c94c6a7
commit
82dbad1632
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ class FilepathHelper(QObject):
|
|||
"<PATH>": vp.childAttribute("path").value,
|
||||
"<FILENAME>": FilepathHelper.basename(FilepathHelper, vp.childAttribute("path").value),
|
||||
"<FILESTEM>": FilepathHelper.removeExtension(FilepathHelper, FilepathHelper.basename(FilepathHelper, vp.childAttribute("path").value)),
|
||||
"<EXTENSION>": FilepathHelper.extension(FilepathHelper, vp.childAttribute("path").value),
|
||||
}
|
||||
|
||||
resolved = path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue