diff --git a/colorbleed/plugins/maya/publish/extract_pointcache.py b/colorbleed/plugins/maya/publish/extract_pointcache.py index eb0bf75f66..ccf222408f 100644 --- a/colorbleed/plugins/maya/publish/extract_pointcache.py +++ b/colorbleed/plugins/maya/publish/extract_pointcache.py @@ -33,8 +33,7 @@ class ExtractColorbleedAlembic(colorbleed.api.Extractor): end += handles attrs = instance.data.get("attr", "").split(";") - if not attrs: - attrs = ["cbId"] + attrs += ["cbId"] attr_prefixes = instance.data.get("attrPrefix", "").split(";")