Blender Git Commit Log
Git Commits -> Revision 102eff0
Revision 102eff0 by Hans Goudey (master) January 4, 2021, 23:07 (GMT) |
Fix T84382: Geometry Nodes: Vertex group attributes are removed In the report, the geometry is copied because it has two users and the final join node needs to write to it. The join node also happens to remove attributes apparently, because it exposed a mistake in the "copy" method of the `MeshComponent` class. The copy is supposed to be a deep copy, but the vertex group name map was not duplicated. Differential Revision: https://developer.blender.org/D9991 |
Commit Details:
Full Hash: 102eff0bd45e9bce2d1e98f7e3c7e91f9d36df15
Parent Commit: ec90dda
Lines Changed: +1, -0
1 Modified Path:
/source/blender/blenkernel/intern/geometry_set.cc (+1, -0) (Diff)