removed dot from extensions

This commit is contained in:
iLLiCiTiT 2021-01-05 10:14:22 +01:00
parent 7e8ba29cbe
commit 40a972802e
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ class ExtractAlembic(pype.api.Extractor):
representation = {
'name': 'abc',
'ext': '.abc',
'ext': 'abc',
'files': file_name,
"stagingDir": staging_dir,
}

View file

@ -42,7 +42,7 @@ class ExtractVDBCache(pype.api.Extractor):
representation = {
'name': 'mov',
'ext': '.mov',
'ext': 'mov',
'files': output,
"stagingDir": staging_dir,
}