Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Use folderpath when collecting the render instance
Browse files Browse the repository at this point in the history
  • Loading branch information
simonebarbieri committed Feb 23, 2024
1 parent 10ec40b commit 81c6572
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def process(self, instance):

new_data = new_instance.data

new_data["asset"] = seq_name
new_data["asset"] = f"/{s.get('output')}"
new_data["setMembers"] = seq_name
new_data["family"] = "render"
new_data["families"] = ["render", "review"]
Expand Down

0 comments on commit 81c6572

Please sign in to comment.