mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Hiero: fixing audio return bug
This commit is contained in:
parent
76a91ba186
commit
47f27cc387
1 changed files with 2 additions and 2 deletions
|
|
@ -41,10 +41,10 @@ class PrecollectInstances(pyblish.api.ContextPlugin):
|
|||
|
||||
# process all sellected timeline track items
|
||||
for track_item in selected_timeline_items:
|
||||
|
||||
data = {}
|
||||
clip_name = track_item.name()
|
||||
source_clip = track_item.source()
|
||||
self.log.debug("clip_name: {}".format(clip_name))
|
||||
|
||||
# get clips subtracks and anotations
|
||||
annotations = self.clip_annotations(source_clip)
|
||||
|
|
@ -128,7 +128,7 @@ class PrecollectInstances(pyblish.api.ContextPlugin):
|
|||
"_ instance.data: {}".format(pformat(instance.data)))
|
||||
|
||||
if not with_audio:
|
||||
return
|
||||
continue
|
||||
|
||||
# create audio subset instance
|
||||
self.create_audio_instance(context, **data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue