[Bf-blender-cvs] CVS commit: blender/source/blender/blenloader/intern readfile.c blender/source/blender/include blendef.h butspace.h blender/source/blender/makesdna DNA_scene_types.h blender/source/blender/src buttons_editing.c editmesh_tools.c

Geoffrey Bantle hairbat at yahoo.com
Tue Dec 26 03:00:57 CET 2006


briggs (Geoffrey  Bantle) 2006/12/26 03:00:57 CET

  Modified files:
    blender/source/blender/blenloader/intern readfile.c 
    blender/source/blender/include blendef.h butspace.h 
    blender/source/blender/makesdna DNA_scene_types.h 
    blender/source/blender/src buttons_editing.c editmesh_tools.c 
  
  Log:
  -> Further work to improve triangle conversion tool:
  
  The improved triangle to quad conversion is now better integrated
  into Blender in several respects. First of all the code makes distinctions
  between 'simple' pairs and 'complex' pairs. Simple pairs are an island of
  exactly two selected triangles that are joined by an edge. These simple pairs
  are subject to the old 2.42 rules for joining triangles. Complex pairs are part
  of larger islands of selected triangles and their conversion is controlled by
  several parameters that can be individually tweaked via new buttons located
  in the "Mesh Tools" panel of the editing buttons. Furthermore the tool deals
  with any arbitrary combination of simple and complex islands in a consistent and
  logcial way.
  
  The code has also been drasitcally cleaned up and should address the open
  bugs in the tracker regarding alt-j. However as part of cleanup the tool has
  been made somewhat slower to insure a consistent mesh structure. This is a
  limitation of the exist_face() function in editmesh and will have to be adressed
  at a later date.
  
  Revision  Changes    Path
  1.348     +4 -1      blender/source/blender/blenloader/intern/readfile.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenloader/intern/readfile.c.diff?r1=1.347&r2=1.348&cvsroot=bf-blender>
  1.61      +5 -1      blender/source/blender/include/blendef.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/blendef.h.diff?r1=1.60&r2=1.61&cvsroot=bf-blender>
  1.100     +2 -1      blender/source/blender/include/butspace.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/butspace.h.diff?r1=1.99&r2=1.100&cvsroot=bf-blender>
  1.99      +4 -2      blender/source/blender/makesdna/DNA_scene_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_scene_types.h.diff?r1=1.98&r2=1.99&cvsroot=bf-blender>
  1.323     +16 -2     blender/source/blender/src/buttons_editing.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_editing.c.diff?r1=1.322&r2=1.323&cvsroot=bf-blender>
  1.175     +229 -378  blender/source/blender/src/editmesh_tools.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editmesh_tools.c.diff?r1=1.174&r2=1.175&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list