[Bf-blender-cvs] CVS commit: blender/source/blender/src transform_snap.c

Martin Poirier theeth at yahoo.com
Wed Feb 28 18:16:17 CET 2007


theeth (Martin Poirier) 2007/02/28 18:16:17 CET

  Modified files:
    blender/source/blender/src transform_snap.c 
  
  Log:
  === Transform Snap ===
  
  Snapping to other meshes from edit mode.
  
  This commit adds the capacity to snap to vertice of other selected meshes. (This is for sanity reasons, big scenes would kill the speed)
  So, if you want to snap to another mesh, just add it to the selection and you're done.
  
  NOTE: Priority is given to vertice inside the current mesh (if they overlap with outside verts)
  
  Revision  Changes    Path
  1.16      +70 -2     blender/source/blender/src/transform_snap.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/transform_snap.c.diff?r1=1.15&r2=1.16&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list