Blender Git Loki
Git Commits -> Revision ed1dc43
Revision ed1dc43 by Lukas Toenne (alembic, gooseberry, gooseberry_farm, hair_guides, hair_guides_grooming, hair_object, strand_editmode, strand_gpu, strand_nodes, temp_motionpaths, tmp_hair_curves) April 20, 2015, 10:24 (GMT) |
Fix for strands undo creating an invalid BMesh. When copying mesh data to bmesh the MVERT and similar customdata types have to be omitted. Otherwise the bmesh instance ends up with NULL pointers in customdata layers, but entries in the typemap != -1. The effect was that when storing new steps after one or more undo, the resulting original data would be copied, and subsequent undo steps are ignored. |
Commit Details:
Full Hash: ed1dc43657c6362ec91a4cc4a1e80021279a9415
Parent Commit: 5b9b779
Lines Changed: +8, -3