Blender Git Commit Log
Git Commits -> Revision a5d0878
Revision a5d0878 by Joshua Leung (master) July 23, 2012, 13:33 (GMT) |
Bugfix [#31994] Blend from Shape "Add" mode incorrectly added the full mesh shape instead of just the difference/deltas applied by the source shape Apparently this was a regression from that crept in during the BMesh merge. I've just restored the pre-BMesh method, adapted for the BMesh style. Also, removed a somewhat superfluous (?) copy at the end of each step (from co back to sco). It didn't seem to be serving any purpose (i.e. we're not trying to modify the source shape at all). |
Commit Details:
Full Hash: a5d08781fc9d113830d700181957b7ba3b37eb81
SVN Revision: 49140
Parent Commit: 02ec32b
Lines Changed: +21, -8
1 Modified Path:
/source/blender/editors/mesh/editmesh_tools.c (+21, -8) (Diff)