Blender Git Commit Log
Git Commits -> Revision 9d5b113
Revision 9d5b113 by Campbell Barton (lineart-shadow) July 13, 2021, 08:45 (GMT) |
Edit Mesh: tag the object data for updating instead of the object When editing vertices with number buttons, tag the mesh, not the object. This prevents the evaluated mesh being re-created for the object and is correct as the mesh is being edited not the object. Note that all tags for updating object geometry should be checked to see if this change should be applied there too. From a simple test on a high-poly mesh this gives around 1.3x overall speedup. |
Commit Details:
Full Hash: 9d5b113b8fc77f92646bb96b4d23e3aa73d2a096
Parent Commit: a3e5724
Committed By: YimingWu
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/space_view3d/view3d_buttons.c (+2, -2) (Diff)