[Bf-blender-cvs] CVS commit: blender/source/blender/include BDR_editface.h BIF_editmesh.h blender/source/blender/src editface.c editmesh.c editobject.c space.c

Roel Spruit Roel at spruitje.nl
Sat Sep 20 22:58:14 CEST 2003


goofster (Roel Spruit) 2003/09/20 22:58:14 CEST

  Modified files:
    blender/source/blender/include BDR_editface.h BIF_editmesh.h 
    blender/source/blender/src editface.c editmesh.c editobject.c 
                               space.c 
  
  Log:
  added 2 new features:
  
  - "Seperate loose parts" is an option in the new pkey popup (in mesh editmode) that seperates a mesh based on objects in it that are not connected.
  
  - "Select same uv" is an option in the wkey popup (in facemode) that selects all faces in the mesh that have the same uv texture assigned as the current active face.
  
  ps. first commit! I hope I can live up to expectations...but don't expect too much! :D
  
  Revision  Changes    Path
  1.6       +3 -2      blender/source/blender/include/BDR_editface.h
  1.6       +5 -1      blender/source/blender/include/BIF_editmesh.h
  1.9       +67 -1     blender/source/blender/src/editface.c
  1.13      +218 -4    blender/source/blender/src/editmesh.c
  1.16      +5 -2      blender/source/blender/src/editobject.c
  1.44      +2 -2      blender/source/blender/src/space.c



More information about the Bf-blender-cvs mailing list