Blender Git Commit Log
Git Commits -> Revision 196dfc0
Revision 196dfc0 by Campbell Barton (master) February 11, 2021, 13:40 (GMT) |
Fix T84114: Existence of vertex groups slows down mesh editing Having a vertex group in a mesh slowed down unrelated operations such as selection. De-duplicating custom-data arrays for layers that contain pointers can become slow without any benefit as the content never matches. Use full copies when storing custom-data for edit-mesh undo. |
Commit Details:
Full Hash: 196dfc01a3e99c3bef0e44acf599bca50ae0300e
Parent Commit: b20872d
Lines Changed: +35, -0