mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
now selects only hierarchy nodes from collect_setdress
This commit is contained in:
parent
ec6c3f9dd4
commit
cf24e3978f
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class ExtractSetDress(colorbleed.api.Extractor):
|
|||
json.dump(instance.data["scenedata"], filepath, ensure_ascii=False)
|
||||
|
||||
self.log.info("Extracting point cache ..")
|
||||
cmds.select(cmds.ls(instance.data["hierarchy"], long=True))
|
||||
cmds.select(instance.data["hierarchy"])
|
||||
|
||||
# Run basic alembic exporter
|
||||
extract_alembic(file=hierarchy_path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue