Blender Git Commit Log
Git Commits -> Revision 0dd42fd
Revision 0dd42fd by Brecht Van Lommel (master) August 23, 2012, 13:54 (GMT) |
Fix #32387: some mesh modifications breaking other shape keys. The vertex shapekey index is now no longer copied, and propagation of offsets in the basis to other shapekeys is disabled if new vertices were added. The reason being that the propagation will only be done for the old vertices leaving the new ones behind, and so doing e.g. subdivide + translate on the basis would create a mess on other shape keys. |
Commit Details:
Full Hash: 0dd42fd5138f19e22c347ac0a0817d8ba605a5c4
SVN Revision: 50158
Parent Commit: 6a13ae2
Lines Changed: +16, -0