Blender Git Loki
Git Commits -> Revision 35f3682
November 29, 2006, 13:52 (GMT) |
Fix for bug #5325 - curve deform tool doesn't work correctly This bug was caused by broken's recent patch to make the Curve modifier determine its axis from the modifier panel, rather than the object's track axis. In the case where a Curve modifier is applied by parenting the object to the curve, the curve axis needs to be copied from the object's track axis in modifiers_getVirtualModifierList(). This commit adds the necessary copy. |
Commit Details:
Full Hash: 35f3682f7c1a1f336144a643b1a2c0fec5dfe105
SVN Revision: 9104
Parent Commit: 3b23677
Lines Changed: +1, -0
1 Modified Path:
/source/blender/blenkernel/intern/modifier.c (+1, -0) (Diff)