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

BUG: Vertex group name matching unclear (lower / uppercase) #99

Open
1 task done
NickDuijndam opened this issue Oct 16, 2024 · 0 comments
Open
1 task done

BUG: Vertex group name matching unclear (lower / uppercase) #99

NickDuijndam opened this issue Oct 16, 2024 · 0 comments
Assignees
Labels
bug your old lawnmower broke down

Comments

@NickDuijndam
Copy link

This bug report is:

  • not a duplicate

Describe the bug
I've found a small issue when trying to make a mask based on a vertex group. Entering a vertex group name with a capital letter will never match. After looking into the code I found out that the vertex groups on the object are first lower cased before looking for a match, but this is not done for the 'Name contains' field. So if the user enters a capital here it will never find any matching vertex groups.

To Reproduce
Steps to reproduce the behavior:

  1. Create a mask with vertex groups as data
  2. Enter a vertex group with an uppercase letter the 'Name contains' field.
  3. Click preview, go into edit mode and select the contents of bm_material_backup_COLOR1.0.
  4. Observe that the vertex group is empty.

Expected behavior
I expect it to be case sensitive, or i expect it to be fully case insensitive (also lower the vertex group name the user enters.)

Desktop (please complete the following information):

  • Windows 11
  • Blender Version 4.2
  • BakeMaster Version 2.6.3
@NickDuijndam NickDuijndam added the bug your old lawnmower broke down label Oct 16, 2024
@NickDuijndam NickDuijndam changed the title Vertex group name matching unclear (lower / uppercase) BUG: Vertex group name matching unclear (lower / uppercase) Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug your old lawnmower broke down
Projects
None yet
Development

No branches or pull requests

2 participants