Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Existing subsets hints in creator #333

Merged
merged 8 commits into from May 12, 2021
Merged

Conversation

iLLiCiTiT
Copy link
Member

@iLLiCiTiT iLLiCiTiT commented May 11, 2021

Issue

Subset hints in Creator tool dropdown do not find out other possible user inputs if user intup has different letter case than concatenated subset name. That is because user input is replaced in concatenated subset name to get possible regex to find other possible user inputs.

user_input = "anim"
subset_name = "renderCompositingAnim"
expected_regex = "renderCompositing(.+)"
real_regex = "renderCompositingAnim"

Changes

  • replacement of user input in concatenated subset name is not case sensitive
Related Prs
pype ynput/OpenPype#1502
Pype 2 PRs
OpenPype ynput/OpenPype#1503
avalon-core #334

@iLLiCiTiT iLLiCiTiT self-assigned this May 11, 2021
@iLLiCiTiT iLLiCiTiT requested a review from a team May 11, 2021 15:50
@iLLiCiTiT iLLiCiTiT added 2x-dev 2x/develop branch bug Something isn't working labels May 11, 2021
@mkolar mkolar merged commit 442f9f0 into 2.x/develop May 12, 2021
@mkolar mkolar deleted the bugfix/existing_subsets_hints branch May 12, 2021 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2x-dev 2x/develop branch bug Something isn't working
Projects
None yet
4 participants