mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fixed issue with missing comma
This commit is contained in:
parent
1a57f8c5cc
commit
b0ee6fc0ab
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
"colorbleed.camera",
|
||||
"colorbleed.imagesequence",
|
||||
"colorbleed.look",
|
||||
"colorbleed.mayaAscii"
|
||||
"colorbleed.mayaAscii",
|
||||
"colorbleed.model",
|
||||
"colorbleed.pointcache",
|
||||
"colorbleed.rig"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue