diff --git a/openpype/hosts/maya/plugins/publish/extract_pointcache.py b/openpype/hosts/maya/plugins/publish/extract_pointcache.py index 33bcdaf92c..c4c8610ebb 100644 --- a/openpype/hosts/maya/plugins/publish/extract_pointcache.py +++ b/openpype/hosts/maya/plugins/publish/extract_pointcache.py @@ -81,6 +81,7 @@ class ExtractAlembic(openpype.api.Extractor): with suspended_refresh(): with maintained_selection(): + cmds.select(nodes, noExpand=True) extract_alembic(file=path, startFrame=start, endFrame=end,