Blender Git Loki
Git Commits -> Revision e4e1900
Revision e4e1900 by Bastien Montagne (master) January 27, 2017, 18:27 (GMT) |
Fix (IRC reported) DataTransfer modifier affecting base mesh in some cases. Checking only whether mverts is same as base mesh one is not enough in all cases, some modifiers (deform ones) can only generate new mvert data, while keeping others from original mesh. Now checking both mvert or medge, hopefully this will be enough to catch all problematic cases this time. Thanks @gaia for finding that problem. :) |
Commit Details:
Full Hash: e4e19000129569d9b1a33effd9f25c4847203949
Parent Commit: 11abb13
Lines Changed: +3, -3
1 Modified Path:
/source/blender/modifiers/intern/MOD_datatransfer.c (+3, -3) (Diff)