[Soc-2006-cvs] CVS commit: soc-blender/source/blender/blenkernel/intern mesh.c soc-blender/source/blender/blenlib BLI_editVert.h soc-blender/source/blender/include BIF_retopo.h soc-blender/source/blender/makesdna DNA_mesh_types.h soc-blender/source/blender/src buttons_editing.c editmesh.c header_view3d.c retopo.c

Nicholas Bishop nicholasbishop at gmail.com
Fri Aug 18 08:56:08 CEST 2006


nicholasbishop (Nicholas Bishop) 2006/08/18 08:56:08 CEST

  Modified files:        (Branch: nicholasbishop)
    soc-blender/source/blender/blenkernel/intern mesh.c 
    soc-blender/source/blender/blenlib BLI_editVert.h 
    soc-blender/source/blender/include BIF_retopo.h 
    soc-blender/source/blender/makesdna DNA_mesh_types.h 
    soc-blender/source/blender/src buttons_editing.c editmesh.c 
                                   header_view3d.c retopo.c 
  
  Log:
  Large set of changes to retopo paint mode. Basically, it is now actually modifying editmode data, rather than leaving editmode to make the changes, then returning after the changes are complete. Mostly, this should be an invisible change from the user perspective; the exception being that undo/redo should now work properly with retopo paint mode.
  
  Revision  Changes    Path
  1.1.1.1.4.7 +0 -4      soc-blender/source/blender/blenkernel/intern/mesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/blenkernel/intern/mesh.c.diff?r1=1.1.1.1.4.6&r2=1.1.1.1.4.7&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.1 +5 -1      soc-blender/source/blender/blenlib/BLI_editVert.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/blenlib/BLI_editVert.h.diff?r1=1.1.1.1&r2=1.1.1.1.4.1&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.2.10  +5 -2      soc-blender/source/blender/include/Attic/BIF_retopo.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/include/Attic/BIF_retopo.h.diff?r1=1.1.2.9&r2=1.1.2.10&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.6 +0 -4      soc-blender/source/blender/makesdna/DNA_mesh_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/makesdna/DNA_mesh_types.h.diff?r1=1.1.1.1.4.5&r2=1.1.1.1.4.6&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.30 +3 -3      soc-blender/source/blender/src/buttons_editing.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/buttons_editing.c.diff?r1=1.1.1.1.4.29&r2=1.1.1.1.4.30&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.1 +14 -1     soc-blender/source/blender/src/editmesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/editmesh.c.diff?r1=1.1.1.1&r2=1.1.1.1.4.1&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.12 +2 -1      soc-blender/source/blender/src/header_view3d.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/header_view3d.c.diff?r1=1.1.1.1.4.11&r2=1.1.1.1.4.12&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.2.28  +160 -182  soc-blender/source/blender/src/Attic/retopo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/Attic/retopo.c.diff?r1=1.1.2.27&r2=1.1.2.28&cvsroot=soc-2006&only_with_tag=nicholasbishop>


More information about the Soc-2006-cvs mailing list