Skip to content

Commit

Permalink
Merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Oct 21, 2024
2 parents b105031 + 906d841 commit fdff669
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/ayon_hiero/plugins/create/create_shot_clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def get_instance_attr_defs(self):
instance_attributes = CLIP_ATTR_DEFS
return instance_attributes


class _HieroInstanceClipCreatorBase(_HieroInstanceCreator):
""" Base clip product creator.
"""
Expand Down Expand Up @@ -450,7 +451,8 @@ def create(self, subset_name, instance_data, pre_create_data):
if len(self.selected) < 1:
return

self.log.info(f"Selected: {self.selected}")
self.log.info(self.selected)
self.log.debug(f"Selected: {self.selected}")

audio_clips = []
for audio_track in self.sequence.audioTracks():
Expand Down

0 comments on commit fdff669

Please sign in to comment.