mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Added . to extension to ensure regex works when publishing
This commit is contained in:
parent
0ebabdb6f2
commit
3aeac68808
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class CollectVRayScene(pyblish.api.ContextPlugin):
|
|||
"endFrame": end_frame,
|
||||
"renderer": "vray",
|
||||
"resolution": resolution,
|
||||
"ext": extension,
|
||||
"ext": ".{}".format(extension),
|
||||
|
||||
# instance subset
|
||||
"family": "VRay Scene",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue