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

Ben Batt benbatt at gmail.com
Fri Sep 8 03:05:57 CEST 2006


artificer (Ben Batt) 2006/09/08 03:05:57 CEST

  Modified files:
    blender/source/blender/blenkernel/intern modifier.c 
    blender/source/blender/src editobject.c 
  
  Log:
  Fix to enable copying of the vertex group field for the Curve, Lattice,
  Armature and Hook modifiers, and the flag field for the Mirror modifier. These
  modifiers should all be copied correctly now.
  
  This fix also means that converting modifiers to mesh with Alt-C now works
  correctly (the convertmenu function copies the modifers before applying them,
  so it wasn't always giving correct results for the above modifiers before).
  
  The convertmenu function has also been changed to use DM_to_mesh instead of
  converting to DispListMesh and using displistmesh_to_mesh, which means that
  extra mesh data such as dverts is preserved.
  
  Revision  Changes    Path
  1.73      +8 -3      blender/source/blender/blenkernel/intern/modifier.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/modifier.c.diff?r1=1.72&r2=1.73&cvsroot=bf-blender>
  1.317     +3 -4      blender/source/blender/src/editobject.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editobject.c.diff?r1=1.316&r2=1.317&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list