[Bf-blender-cvs] CVS commit: blender/source/blender/src interface.c drawview.c blender/source/blender/blenlib/intern arithb.c blender/source/blender/blenlib BLI_arithb.h

Alexander Ewering blender at instinctive.de
Tue Oct 4 23:23:19 CEST 2005


intrr (Alexander Ewering) 2005/10/04 23:23:19 CEST

  Modified files:
    blender/source/blender/src interface.c drawview.c 
    blender/source/blender/blenlib/intern arithb.c 
    blender/source/blender/blenlib BLI_arithb.h 
  
  Log:
  Beware, coded between 10 phone calls and 20 sudden surprises, but I still
  hope it's somehow usable :-)
  
  Colourpicker update:
  -------------------
  
  1) Converted numbuts to sliders and made the colourpicker wider. Sliders
     are more useful for something like RGB and HSV because they're fixed
     range values
  
  2) Added a hex button for entering HTML-like color (#RRGGBB, can be
     entered both with and without the hash sign).
  
     This should completely replace the former strange NKEY functionality
     in buttonswindows, and even add hex support for buttons which didn't
     have it before.
  
  Please test thoroughly, I never coded something in a hurry like this.
  
  There are small rounding errors still... Maybe someone finds the
  reason? :)
  
  Revision  Changes    Path
  1.209     +109 -14   blender/source/blender/src/interface.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/interface.c.diff?r1=1.208&r2=1.209&cvsroot=bf-blender>
  1.164     +3 -2      blender/source/blender/src/drawview.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawview.c.diff?r1=1.163&r2=1.164&cvsroot=bf-blender>
  1.32      +14 -1     blender/source/blender/blenlib/intern/arithb.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenlib/intern/arithb.c.diff?r1=1.31&r2=1.32&cvsroot=bf-blender>
  1.22      +3 -1      blender/source/blender/blenlib/BLI_arithb.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenlib/BLI_arithb.h.diff?r1=1.21&r2=1.22&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list