mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Use folderpath when collecting the render instance
This commit is contained in:
parent
c3860e1311
commit
ab052b4e57
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class CollectRenderInstances(pyblish.api.InstancePlugin):
|
|||
|
||||
new_data = new_instance.data
|
||||
|
||||
new_data["folderPath"] = seq_name
|
||||
new_data["folderPath"] = f"/{s.get('output')}"
|
||||
new_data["setMembers"] = seq_name
|
||||
new_data["family"] = "render"
|
||||
new_data["families"] = ["render", "review"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue