[Bf-blender-cvs] CVS commit: blender/source/blender/src buttons_shading.c drawimage.c drawview.c editmesh.c editobject.c editscreen.c resources.c

Ton Roosendaal ton at blender.org
Wed Oct 22 19:34:53 CEST 2003


ton (Ton Roosendaal) 2003/10/22 19:34:53 CEST

  Modified files:
    blender/source/blender/src buttons_shading.c drawimage.c 
                               drawview.c editmesh.c editobject.c 
                               editscreen.c resources.c 
  
  Log:
  - fixed bug: 'header select' themecolor had no alpha, causing antialiased
    lines not drawn (triangles in buttons for example)
  - correct colors for channels in texture buttons
  - fixed bug: using proportional editing, the extra wire draw had incorrect
    matrix
  - fixed bug: drawing in imagewindow didnt work anymore... was a very old
    one! the wrong pointer was read, and it accidentally went OK, until now
  - selecting vertices with multiple 3d wins open works again
  
  Revision  Changes    Path
  1.16      +6 -4      blender/source/blender/src/buttons_shading.c
  1.8       +57 -54    blender/source/blender/src/drawimage.c
  1.33      +10 -4     blender/source/blender/src/drawview.c
  1.27      +11 -33    blender/source/blender/src/editmesh.c
  1.28      +6 -6      blender/source/blender/src/editobject.c
  1.43      +2 -1      blender/source/blender/src/editscreen.c
  1.16      +4 -4      blender/source/blender/src/resources.c



More information about the Bf-blender-cvs mailing list