Blender Git Commit Log
Git Commits -> Revision c4df8ac
Revision c4df8ac by Hans Goudey (master) July 16, 2021, 16:23 (GMT) |
Fix T89899: Crashes when accessing vertex groups from objects We need to be more strict about trying to retrieve a list of vertex group names from objects now, as only three object types support them. This commit adds a check for vertex group support in a few places, the data transfer operator/modifier, copying vertex groups to selected objects, and the vertex group remove and clear functions. Differential Revision: https://developer.blender.org/D11947 |
Commit Details:
Full Hash: c4df8ac1a40c7a98a4244c7c14e19791b1e1e99f
Parent Commit: 6025897
Lines Changed: +68, -56