Change back to do actual selection.

This commit is contained in:
felix.wang 2022-06-08 15:04:55 -07:00
parent 122536675f
commit ce7b19d51b

View file

@ -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,