mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed dot from extensions
This commit is contained in:
parent
7e8ba29cbe
commit
40a972802e
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ class ExtractAlembic(pype.api.Extractor):
|
|||
|
||||
representation = {
|
||||
'name': 'abc',
|
||||
'ext': '.abc',
|
||||
'ext': 'abc',
|
||||
'files': file_name,
|
||||
"stagingDir": staging_dir,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ class ExtractVDBCache(pype.api.Extractor):
|
|||
|
||||
representation = {
|
||||
'name': 'mov',
|
||||
'ext': '.mov',
|
||||
'ext': 'mov',
|
||||
'files': output,
|
||||
"stagingDir": staging_dir,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue