Blender Git Loki
Git Commits -> Revision 0415578
Revision 0415578 by Hans Goudey (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:51 (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: 0415578ce13e707848fccb0c858df166fbff77ca
Parent Commit: c155315
Committed By: Fabian Schempp
Lines Changed: +68, -56