Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Publishing renders without AOV in names adds underscore to subset name #2695

Closed
antirotor opened this issue Feb 10, 2022 · 0 comments
Closed
Labels
host: Maya module: Deadline AWS Deadline related features type: bug Something isn't working

Comments

@antirotor
Copy link
Member

antirotor commented Feb 10, 2022

Problem

When publishing renders from Deadline there is an issue when AOV name is empty, It will create subset name with underscore at the end. This mainly concerns beauty renders and will results in names like renderLightingMain_,

This is cause of it:

https://github.com/pypeclub/OpenPype/blob/806c6d2daf137d1d592e22d761703c1ed27363d6/openpype/modules/default_modules/deadline/plugins/publish/submit_publish_job.py#L421-L424

When AOV is empty, it will just adds underscore.

Now the question is how to deal with it in backwards compatible manner - in running projects, there can be already lot of published subsets with underscore at the end. If fixed directly it will produce another subset.

[cuID:OP-2622]

@antirotor antirotor added host: Maya module: Deadline AWS Deadline related features type: bug Something isn't working labels Feb 10, 2022
@ynbot ynbot closed this as completed Nov 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Maya module: Deadline AWS Deadline related features type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants