From ce7b19d51b687f2e5a8abff64c8b741fd933bbad Mon Sep 17 00:00:00 2001 From: "felix.wang" Date: Wed, 8 Jun 2022 15:04:55 -0700 Subject: [PATCH] Change back to do actual selection. --- openpype/hosts/maya/plugins/publish/extract_pointcache.py | 1 + 1 file changed, 1 insertion(+) 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,