This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenkernel
Campbell Barton e647c748fb fix [#32518] Vertex slide crash sometimes.
Undo would leave BMEditMesh->me pointer NULL, this would likely crash EDBM_verts_mirror_cache_begin() too.

Rather then restore 'me', remove the pointer altogether and use BMEditMesh->ob->data to save us having to keep track of 2 pointers.
2012-09-10 03:42:29 +00:00
..
2012-05-16 23:37:23 +00:00
2012-06-06 22:38:39 +00:00
2012-03-02 16:05:54 +00:00
2012-05-22 13:59:58 +00:00
2012-06-06 22:38:39 +00:00
2012-05-29 10:21:07 +00:00