ynput / ayon-houdini

Houdini addon for AYON
Apache License 2.0
11 stars 9 forks source link

Render targets support for `imagesequence` product #183

Open MustafaJafar opened 1 day ago

MustafaJafar commented 1 day ago

Is there an existing issue for this?

Please describe the feature you have in mind and explain what the current shortcomings are?

Add render targets to imagesequence product type.

Suggested implementation?

I've two suggestions:

  1. because this product behave to cache products, we can add it to this PR https://github.com/ynput/ayon-houdini/pull/180 However, because of the product type is called imagesequence, render submission plugin as well as cache submission plugin in deadline picks it up. (double submissions).
  2. Respecting the product type is called imagesequence and make farm submission behave like render submission logic.

Describe alternatives you've considered:

No response