[tuhopuu-cvs] CVS commit: tuhopuu3/source/blender/src interface.c interface_draw.c interface_panel.c buttons_scene.c buttons_editing.c

Matt Ebb matt at mke3.net
Fri Oct 21 20:16:50 CEST 2005


broken (Matt Ebb) 2005/10/21 20:16:50 CEST

  Modified files:
    tuhopuu3/source/blender/src interface.c interface_draw.c 
                                interface_panel.c buttons_scene.c 
                                buttons_editing.c 
  
  Log:
  Tuhopuu Lives!
  
  Well, not really. Just committing this so I can
  work on it at home. There are a few half done experiments that I'm too lazy to remove from this commit, but shouldn't be visible in the UI. And
  who knows if you'll even be able to build this! :)
  
  * Just a few tweaks and preparations before this
  hopefully gets moved to bf soon.
  * Tweaked render buttons layout a bit and
  converted all the co-ordinates and dimensions
  to constants (phew!)
  * Changed all the OpenGL antialiasing in round
  shaded theme buttons to a nice reusable fake
  AA system which should be crisper (pixel
  aligned), faster, and more predictable across
  different systems.
  * Changed the sliders substantially - now the
  entire button is a slider. Clicking on the text edits
  the value as usual, dragging anywhere on the
  button slides the value up and down, and
  alt-clicking on the button sets the slider value to
  where you clicked (maybe this should be ctrl.. ) This will allow much more efficient layouts,
  especially in a revised material buttons. Yes it's
  still ugly right now, that's why I'm committing in
  order to work on it some more.
  
  Revision  Changes    Path
  1.39      +153 -27   tuhopuu3/source/blender/src/interface.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/interface.c.diff?r1=1.38&r2=1.39&cvsroot=tuhopuu>
  1.28      +76 -97    tuhopuu3/source/blender/src/interface_draw.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/interface_draw.c.diff?r1=1.27&r2=1.28&cvsroot=tuhopuu>
  1.9       +62 -8     tuhopuu3/source/blender/src/interface_panel.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/interface_panel.c.diff?r1=1.8&r2=1.9&cvsroot=tuhopuu>
  1.31      +379 -207  tuhopuu3/source/blender/src/buttons_scene.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/buttons_scene.c.diff?r1=1.30&r2=1.31&cvsroot=tuhopuu>
  1.62      +5 -1      tuhopuu3/source/blender/src/buttons_editing.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/buttons_editing.c.diff?r1=1.61&r2=1.62&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list