Blender Git Loki
Git Commits -> Revision abe38ee
Revision abe38ee by Jacques Lucke (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 26, 2020, 21:52 (GMT) |
Geometry Nodes: fix when vertex group exists but there are no MDeformVerts yet The `mesh->dvert` array is only allocated when needed. Just creating a new vertex group without any vertices in it, does not trigger the allocation. |
Commit Details:
Full Hash: abe38ee033b4fe51756f4dded075fa473e47ff16
Parent Commit: d40126d
Lines Changed: +15, -5
1 Modified Path:
/source/blender/blenkernel/intern/attribute_access.cc (+15, -5) (Diff)