[Soc-2006-cvs] CVS commit: soc-blender/source/blender/blenloader/intern readfile.c soc-blender/source/blender/makesdna DNA_mesh_types.h DNA_view3d_types.h soc-blender/source/blender/src buttons_editing.c drawobject.c drawview.c space.c toets.c transform_generics.c view.c

Nicholas Bishop nicholasbishop at gmail.com
Mon Jul 17 22:57:01 CEST 2006


nicholasbishop (Nicholas Bishop) 2006/07/17 22:57:01 CEST

  Modified files:        (Branch: nicholasbishop)
    soc-blender/source/blender/blenloader/intern readfile.c 
    soc-blender/source/blender/makesdna DNA_mesh_types.h 
                                        DNA_view3d_types.h 
    soc-blender/source/blender/src buttons_editing.c drawobject.c 
                                   drawview.c space.c toets.c 
                                   transform_generics.c view.c 
  
  Log:
  Added 'retopo', a tool for remaking the topology of a mesh, while keeping the
  same basic shape.
  
  This tool adds two new buttons in the "Mesh" panel. They only appear when the
  mesh is in editmode. The first button is a toggle labeled Retopo, which is
  pressed to activate retopo. The second button is labeled Retopo All, and it
  applies retopo to all selected vertices. When retopo is on, most editmode
  operations in the view (like scaling, rotating, moving, extruding, etc.) will
  automatically snap vertices to the mesh.
  
  This tool should be useful in combination with the sculpting tools: use a dense
  mesh in sculptmode to quickly block out the shape you want, then use retopo to
  remake the mesh with clean topology. The retopo mesh could also be used to form
  a low-res base mesh which a displacement map could be applied to.
  
  Revision  Changes    Path
  1.1.1.1.4.7 +1 -0      soc-blender/source/blender/blenloader/intern/readfile.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/blenloader/intern/readfile.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.2 +2 -1      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.1&r2=1.1.1.1.4.2&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.2 +3 -1      soc-blender/source/blender/makesdna/DNA_view3d_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/makesdna/DNA_view3d_types.h.diff?r1=1.1.1.1.4.1&r2=1.1.1.1.4.2&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.19 +12 -0     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.18&r2=1.1.1.1.4.19&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.2 +4 -1      soc-blender/source/blender/src/drawobject.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/drawobject.c.diff?r1=1.1.1.1.4.1&r2=1.1.1.1.4.2&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.4 +4 -0      soc-blender/source/blender/src/drawview.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/drawview.c.diff?r1=1.1.1.1.4.3&r2=1.1.1.1.4.4&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.6 +2 -0      soc-blender/source/blender/src/space.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/space.c.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.2 +4 -1      soc-blender/source/blender/src/toets.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/toets.c.diff?r1=1.1.1.1.4.1&r2=1.1.1.1.4.2&cvsroot=soc-2006&only_with_tag=nicholasbishop>
  1.1.1.1.4.1 +5 -1      soc-blender/source/blender/src/transform_generics.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/transform_generics.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.2 +4 -1      soc-blender/source/blender/src/view.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/source/blender/src/view.c.diff?r1=1.1.1.1.4.1&r2=1.1.1.1.4.2&cvsroot=soc-2006&only_with_tag=nicholasbishop>


More information about the Soc-2006-cvs mailing list