[Bf-blender-cvs] CVS commit: blender/source/blender/include editmesh.h blender/source/blender/src editmesh_loop.c editmesh_mods.c editmesh_tools.c

Geoffrey Bantle hairbat at yahoo.com
Fri Aug 11 09:24:33 CEST 2006


briggs (Geoffrey  Bantle) 2006/08/11 09:24:33 CEST

  Modified files:
    blender/source/blender/include editmesh.h 
    blender/source/blender/src editmesh_loop.c editmesh_mods.c 
                               editmesh_tools.c 
  
  Log:
  -> Vertex support for knife tool
  
  Previously the knife tool only allowed you to cut through edges. This
  approach is limited however, since many times you want to cut through
  vertices in order to create precise cuts or terminate a cut in a specific
  way. Blenders knife tool now supports cutting through vertices as
  demonstrated in these pictures:
  
  http://briggs.zanqdo.com/newknife1.jpg
  http://briggs.zanqdo.com/newknife2.jpg
  
  Since the vertex intersection code is very precise, vertex snapping has
  been added to the knife tool to assist the user when they wish to cut
  through vertices and can be toggled by pressing and holding the 'alt' key.
  
  Notes:
  -Vertex cutting and vertex snapping are only available when using the
  'knife exact' option.
  -Added various fixes to the precision of the knife tool.
  
  Revision  Changes    Path
  1.13      +1 -0      blender/source/blender/include/editmesh.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/editmesh.h.diff?r1=1.12&r2=1.13&cvsroot=bf-blender>
  1.44      +172 -40   blender/source/blender/src/editmesh_loop.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editmesh_loop.c.diff?r1=1.43&r2=1.44&cvsroot=bf-blender>
  1.107     +1 -1      blender/source/blender/src/editmesh_mods.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editmesh_mods.c.diff?r1=1.106&r2=1.107&cvsroot=bf-blender>
  1.159     +200 -8    blender/source/blender/src/editmesh_tools.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editmesh_tools.c.diff?r1=1.158&r2=1.159&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list