New family ue_yeticache, new creator and extractor

This commit is contained in:
Simone Barbieri 2023-09-22 15:24:17 +01:00
parent 87ed2f960d
commit d498afbf48
5 changed files with 106 additions and 3 deletions

View file

@ -62,7 +62,8 @@ class CollectResourcesPath(pyblish.api.InstancePlugin):
"effect",
"staticMesh",
"skeletalMesh",
"xgen"
"xgen",
"ue_yeticache"
]
def process(self, instance):

View file

@ -139,7 +139,8 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
"simpleUnrealTexture",
"online",
"uasset",
"blendScene"
"blendScene",
"ue_yeticache"
]
default_template_name = "publish"