Skip to content

Commit

Permalink
Report reviewable attributes enhancements from Hiero.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Nov 13, 2024
1 parent eca7344 commit 880982f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_flame/plugins/create/create_shot_clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ def _collect_legacy_instance(self, segment, marker_data):
})

# add reviewable source to plate if shot has it
if sub_instance_data.get("reviewTrack"):
if sub_instance_data.get("reviewTrack") != "< none >":
sub_instance_data["creator_attributes"].update({
"reviewTrack": sub_instance_data[
"reviewTrack"],
Expand Down

0 comments on commit 880982f

Please sign in to comment.