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

3 Modified Paths:

/source/blender/blenkernel/BKE_customdata.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/customdata.c (+12, -0) (Diff)
/source/blender/editors/mesh/editmesh_undo.c (+22, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021