mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
catch vrayproxy for abc export instead of giving it pointcache family
This commit is contained in:
parent
6810a814b6
commit
5923fe3d99
2 changed files with 2 additions and 4 deletions
|
|
@ -16,6 +16,3 @@ class CollectVrayProxy(pyblish.api.InstancePlugin):
|
|||
"""Collector entry point."""
|
||||
if not instance.data.get('families'):
|
||||
instance.data["families"] = []
|
||||
if "pointcache" not in instance.data["families"]:
|
||||
instance.data["families"].append("pointcache")
|
||||
self.log.debug("adding to pointcache family")
|
||||
|
|
|
|||
|
|
@ -18,7 +18,8 @@ class ExtractAlembic(openpype.api.Extractor):
|
|||
label = "Extract Pointcache (Alembic)"
|
||||
hosts = ["maya"]
|
||||
families = ["pointcache",
|
||||
"model"]
|
||||
"model",
|
||||
"vrayproxy"]
|
||||
|
||||
def process(self, instance):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue