Blender Git Commit Log
Git Commits -> Revision d045fd7
Revision d045fd7 by Lukas Toenne (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) January 28, 2015, 14:44 (GMT) |
Apply hair shape keys to the particle base data when entering edit mode and when switching the active key during edit mode. This is different from how shape key editing works on meshes: there the edit data (BMEditMesh) stores customdata layers for shape keys, then writes them back to the mesh. The hair edit mode is a lot more messy and confusing, it has to update the base data immeditately (with potential consequences for undo ...) |
Commit Details:
Full Hash: d045fd79d6177692065072703da52aa3fca99d4d
Parent Commit: b2ca6a2
Lines Changed: +38, -26