add TODO about product_group value

This commit is contained in:
MustafaJafar 2024-05-22 21:54:33 +03:00
parent cba100a21e
commit 62870f239b

View file

@ -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"],