Files
test/source
YimingWu 86f8ca124a Fix #139666: Grease Pencil: Fix modifier type when getting defgroup names
Previously `get_bone_deformed_vertex_group_names` checkes for regular
mesh armature modifier type instead of the one specific to grease pencil
and this caused it to always return empty defgroup name list, renders
auto-normalize ineffective downstream. Now corrected to using
`GreasePencilArmatureModifierData`.

Pull Request: https://projects.blender.org/blender/blender/pulls/139706
2025-06-02 13:13:09 +02:00
..