Blender Git Loki
Git Commits -> Revision 7d2590b
Revision 7d2590b by Sergey Sharybin (master) November 18, 2014, 10:31 (GMT) |
Fix T42608: Mesh deform modifier for curve fails in render The issue was caused by render engine duplicating the curve object because it then converts the object to mesh. The mesh deform duplication code didn't duplicate binded data, so after duplication modifier is no longer applyable. So now copyData of mesh deform would copy data needed for binding. This solves reported render bug and also solves possible frustration when duplicating an object with mesh deform in the viewport with Shift-D. Checked other modifiers and laplacian deform already was copying binded data. Didn't see other modifiers which might also need to copy extra data. |
Commit Details:
Full Hash: 7d2590bbfab7d7fa378c4c85ff79dccc57b1db98
Parent Commit: 5efd2b7
Lines Changed: +10, -3
1 Modified Path:
/source/blender/modifiers/intern/MOD_meshdeform.c (+10, -3) (Diff)