ynput / ayon-hiero

Hiero addon for AYON
Apache License 2.0
3 stars 2 forks source link

Hiero vertical aligned multiple clips at none-hero tracks #20

Open jakubjezek001 opened 2 hours ago

jakubjezek001 commented 2 hours ago

Is there an existing issue for this?

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

The current implementation only supports a single clip in non-hero tracks within a vertically aligned workflow. This limitation is unnecessary.

If there are multiple clips on the track, the Publisher will fail to validate the unique product name.

Suggested implementation?

We should support multiple clips by renaming the product name to include the clip track index number as a suffix. This should only be done when processing the second and subsequent clips.

Describe alternatives you've considered:

No response

jakubjezek001 commented 2 hours ago

Here is an example of a solution that was recently completed for Ayon-Flame. https://github.com/ynput/ayon-flame/pull/30/files#diff-7e0ee43e12040db66242325d245ed45392e143fd666410eb32e5cd6fd0128bd4R661