Merge pull request #2978 from pypeclub/feature/OP-2795_maya-to-unreal-skeletal-meshes

Maya to Unreal > Static and Skeletal Meshes
This commit is contained in:
Ondřej Samohel 2022-04-05 16:23:24 +02:00 committed by GitHub
commit 1d3a2c2372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 618 additions and 272 deletions

View file

@ -53,7 +53,10 @@ class CollectResourcesPath(pyblish.api.InstancePlugin):
"textures",
"action",
"background",
"effect"
"effect",
"staticMesh",
"skeletalMesh"
]
def process(self, instance):

View file

@ -106,6 +106,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
"xgen",
"hda",
"usd",
"staticMesh",
"skeletalMesh",
"usdComposition",
"usdOverride"
]