Blender Git Commit Log
Git Commits -> Revision 1e193a0
Revision 1e193a0 by Jacques Lucke (master) January 16, 2021, 14:24 (GMT) |
Fix T84757: feedback loop with when modifying vertex group with nodes The issue was that the mesh shared its vertex weights with the original mesh (to reduce memory consumption). The solution is to make a local copy of the vertex weights in this case. |
Commit Details:
Full Hash: 1e193a0b564c72c006203a1e349269e4bb004d0e
Parent Commit: f782996
Lines Changed: +5, -0
1 Modified Path:
/source/blender/blenkernel/intern/attribute_access.cc (+5, -0) (Diff)