mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge remote-tracking branch 'origin/hotfix/celaction-collect-audio' into hotfix/celaction-standalone
This commit is contained in:
commit
3a3fff6a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class AppendCelactionAudio(pyblish.api.ContextPlugin):
|
|||
|
||||
# get all available representations
|
||||
subsets = pype.get_subsets(asset_entity["name"],
|
||||
representations=["audio"]
|
||||
representations=["audio", "wav"]
|
||||
)
|
||||
self.log.info(f"subsets is: {pformat(subsets)}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue