Skip to content

Commit

Permalink
♻️ add optional render layer
Browse files Browse the repository at this point in the history
  • Loading branch information
antirotor committed Aug 19, 2024
1 parent 3be4404 commit d324d23
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ def process(self, instance):
dynamic_data = {}
if aov_name:
dynamic_data["aov"] = aov_name

if instance.data.get("renderlayer"):
dynamic_data["renderlayer"] = instance.data["renderlayer"]

product_name, product_group = get_product_name_and_group_from_template(
project_name=context.data["projectName"],
Expand Down

0 comments on commit d324d23

Please sign in to comment.