[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern modifier.c

Ben Batt benbatt at gmail.com
Wed Nov 29 14:52:59 CET 2006


artificer (Ben Batt) 2006/11/29 14:52:59 CET

  Modified files:
    blender/source/blender/blenkernel/intern modifier.c 
  
  Log:
  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.
  
  Revision  Changes    Path
  1.85      +2 -1      blender/source/blender/blenkernel/intern/modifier.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/modifier.c.diff?r1=1.84&r2=1.85&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list