[Bf-blender-cvs] CVS commit: blender/source/blender/include BDR_editface.h BIF_editsima.h blender/source/blender/makesdna DNA_space_types.h blender/source/blender/src drawimage.c drawmesh.c editface.c editsima.c header_image.c header_view3d.c resources.c space.c vpaint.c

Brecht Van Lommel blendix at pandora.be
Thu Apr 1 14:55:13 CEST 2004


blendix (Brecht Van Lommel) 2004/04/01 14:55:13 CEST

  Modified files:
    blender/source/blender/include BDR_editface.h BIF_editsima.h 
    blender/source/blender/makesdna DNA_space_types.h 
    blender/source/blender/src drawimage.c drawmesh.c editface.c 
                               editsima.c header_image.c 
                               header_view3d.c resources.c space.c 
                               vpaint.c 
  
  Log:
  New UV editor / Image Window features:
  - Draw Faces in the UV editor
  - Draw Faces, selected in the UV editor, in the 3D view
  - Draw Shadow Mesh in the UV editor (for faces unselected in the 3D view)
  - Select Linked UVs (LKEY)
  - Unlink Selection (Alt+LKEY)
  - Stick (Local) UVs to Mesh Vertex on selection
  - Active Face Select
  - Reload Image
  - Show / Hide Faces in the UV editor (H, Shift+H, Alt+H)
  - Proportional Editing (O, Shift+O)
  - Stitch, Limit Stitch UVs (snap by mesh vertex)
  - Weld / Align UVs (WKEY)
  - UVs Snap to Pixels on/off switch
  - RMB in Texture Paint or Vertex Paint mode picks color
  - Select Inverse in Faceselect mode
  
  I hope these are all the features that were commited. The new UV Mapping
  panel (and code) will follow later.
  
  Revision  Changes    Path
  1.7       +3 -2      blender/source/blender/include/BDR_editface.h
  1.6       +6 -1      blender/source/blender/include/BIF_editsima.h
  1.18      +6 -1      blender/source/blender/makesdna/DNA_space_types.h
  1.14      +192 -42   blender/source/blender/src/drawimage.c
  1.12      +35 -1     blender/source/blender/src/drawmesh.c
  1.23      +54 -15    blender/source/blender/src/editface.c
  1.12      +785 -94   blender/source/blender/src/editsima.c
  1.12      +213 -10   blender/source/blender/src/header_image.c
  1.44      +5 -1      blender/source/blender/src/header_view3d.c
  1.26      +12 -1     blender/source/blender/src/resources.c
  1.132     +43 -2     blender/source/blender/src/space.c
  1.13      +2 -2      blender/source/blender/src/vpaint.c



More information about the Bf-blender-cvs mailing list