[tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src mywindow.c header_image.c editsima.c drawmesh.c drawimage.c buttons_editing.c tuhopuu2/source/blender/makesdna DNA_space_types.h tuhopuu2/source/blender/include butspace.h

Jens Ole Wund (bjornmose) bjornmose at gmx.net
Tue Feb 17 01:05:24 CET 2004


bjornmose (Jens Ole Wund(bjornmose)) 2004/02/17 01:05:24 CET

  Modified files:
    tuhopuu2/source/blender/src mywindow.c header_image.c 
                                editsima.c drawmesh.c drawimage.c 
                                buttons_editing.c 
    tuhopuu2/source/blender/makesdna DNA_space_types.h 
    tuhopuu2/source/blender/include butspace.h 
  
  Log:
  	"active face" draw in 3D view and (UV) image view
  	(always draw on top to keep visible)
  	"active face" select in (UV) image view ALT+RMB does it.
  		Cares for "stick to vertex UV nodes".
  		is kind of slow since it needs to redraw all views.
  	"shadow mesh" in 3D view 3 modes:'none,z buffered,unbuffered' in texture edit buttons.
  	"shadow mesh" in (UV) image view, toggle in header_menu (view).
  	/*"Stick to vertex UV nodes" option moved to header menu (select) from header buttons (chain)*/
  
  Revision  Changes    Path
  1.2       +28 -8     tuhopuu2/source/blender/src/mywindow.c
  1.5       +18 -1     tuhopuu2/source/blender/src/header_image.c
  1.8       +115 -36   tuhopuu2/source/blender/src/editsima.c
  1.9       +50 -10    tuhopuu2/source/blender/src/drawmesh.c
  1.2       +141 -88   tuhopuu2/source/blender/src/drawimage.c
  1.15      +17 -3     tuhopuu2/source/blender/src/buttons_editing.c
  1.2       +66 -51    tuhopuu2/source/blender/makesdna/DNA_space_types.h
  1.8       +4 -1      tuhopuu2/source/blender/include/butspace.h



More information about the tuhopuu-cvs mailing list