mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
select the member data before exporting usd in the usd extractor
This commit is contained in:
parent
564da974b1
commit
da56583d19
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ class ExtractModelUSD(publish.Extractor,
|
|||
with maintained_selection():
|
||||
# select and export
|
||||
node_list = instance.data["members"]
|
||||
rt.select(node_list)
|
||||
rt.USDExporter.ExportFile(asset_filepath,
|
||||
exportOptions=export_options,
|
||||
contentSource=rt.Name("selected"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue