mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
New family ue_yeticache, new creator and extractor
This commit is contained in:
parent
87ed2f960d
commit
d498afbf48
5 changed files with 106 additions and 3 deletions
|
|
@ -62,7 +62,8 @@ class CollectResourcesPath(pyblish.api.InstancePlugin):
|
|||
"effect",
|
||||
"staticMesh",
|
||||
"skeletalMesh",
|
||||
"xgen"
|
||||
"xgen",
|
||||
"ue_yeticache"
|
||||
]
|
||||
|
||||
def process(self, instance):
|
||||
|
|
|
|||
|
|
@ -139,7 +139,8 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
"simpleUnrealTexture",
|
||||
"online",
|
||||
"uasset",
|
||||
"blendScene"
|
||||
"blendScene",
|
||||
"ue_yeticache"
|
||||
]
|
||||
|
||||
default_template_name = "publish"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue