mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove dot from ext
This commit is contained in:
parent
a45b68f20f
commit
a6de293bb6
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ class ExtractROP(plugin.HoudiniExtractorPlugin):
|
|||
".ass.gz", ".bgeo.sc", ".bgeo.gz",
|
||||
".bgeo.lzma", ".bgeo.bz2"]
|
||||
)
|
||||
ext = ext.lstrip(".")
|
||||
|
||||
render_rop(rop_node)
|
||||
self.validate_expected_frames(instance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue