diff --git a/colorbleed/plugins/maya/publish/extract_pointcache.py b/colorbleed/plugins/maya/publish/extract_pointcache.py index 878bb14d6c..742425c4eb 100644 --- a/colorbleed/plugins/maya/publish/extract_pointcache.py +++ b/colorbleed/plugins/maya/publish/extract_pointcache.py @@ -52,6 +52,7 @@ class ExtractColorbleedAlembic(colorbleed.api.Extractor): endFrame=end, **{"step": instance.data.get("step", 1.0), "attr": ["cbId"], + "attrPrefix": ["vray"], "writeVisibility": True, "writeCreases": True, "writeColorSets": writeColorSets,