[Bf-blender-cvs] CVS commit: blender/source/blender/src buttons_editing.c drawview.c editmesh.c editobject.c

Ton Roosendaal ton at blender.org
Sun Oct 26 21:45:53 CET 2003


ton (Ton Roosendaal) 2003/10/26 21:45:53 CET

  Modified files:
    blender/source/blender/src buttons_editing.c drawview.c 
                               editmesh.c editobject.c 
  
  Log:
  - restored default one 'solid' light
  - subsurd level '0' is possible again.
    however; it was changed to '1' because convert-to-mesh crashes. the
    subsurf code doesnt give a result when level is '0', causing the convert
    routines to either crash, or deliver empty mesh...
    I added a warning in the convert routine now, and dont do anything then.
  - changed all glFlush() in glFinish() in editobject.c, which seems to be
    the right magical call to show frontbuffer drawing.
  
  Revision  Changes    Path
  1.11      +2 -2      blender/source/blender/src/buttons_editing.c
  1.38      +2 -2      blender/source/blender/src/drawview.c
  1.33      +7 -7      blender/source/blender/src/editmesh.c
  1.35      +5 -2      blender/source/blender/src/editobject.c



More information about the Bf-blender-cvs mailing list