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

Ben Batt benbatt at gmail.com
Fri May 4 18:36:39 CEST 2007


artificer (Ben Batt) 2007/05/04 18:36:39 CEST

  Modified files:
    blender/source/blender/blenkernel/intern object.c 
  
  Log:
  Fix for bug #6629 - modifiers and vertex-parenting
  
  I have changed the vertex parenting code to use the derivedFinal mesh rather
  than derivedDeform; this gives the result after all modifiers have been
  applied, rather than the result up to the first non-deforming modifier as it
  did before. Since the derivedFinal mesh can have more than one vertex
  corresponding to a single vertex in the base mesh, the average of all such
  vertices is used.
  
  Revision  Changes    Path
  1.129     +19 -8     blender/source/blender/blenkernel/intern/object.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/object.c.diff?r1=1.128&r2=1.129&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list