mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add TODO about product_group value
This commit is contained in:
parent
cba100a21e
commit
62870f239b
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ class CollectLocalRenderInstances(pyblish.api.InstancePlugin):
|
|||
expectedFiles = next(iter(instance.data["expectedFiles"]), {})
|
||||
|
||||
product_type = "render" # is always render
|
||||
# TODO: Match the value of product_group with the value of
|
||||
# group_name in farm pyblish functions.
|
||||
product_group = get_product_name(
|
||||
context.data["projectName"],
|
||||
context.data["taskEntity"]["name"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue