[tuhopuu-cvs] CVS commit: tuhopuu3/source/blender/include BIF_editmesh.h BIF_interface.h tuhopuu3/source/blender/src buttons_editing.c buttons_object.c buttons_scene.c editmesh_tools.c editobject.c header_view3d.c interface.c interface_draw.c space.c toolbox.c

Matt Ebb matt at mke3.net
Thu Apr 21 14:30:51 CEST 2005


broken (Matt Ebb) 2005/04/21 14:30:51 CEST

  Modified files:
    tuhopuu3/source/blender/include BIF_editmesh.h BIF_interface.h 
    tuhopuu3/source/blender/src buttons_editing.c buttons_object.c 
                                buttons_scene.c editmesh_tools.c 
                                editobject.c header_view3d.c 
                                interface.c interface_draw.c 
                                space.c toolbox.c 
  
  Log:
  * More restrained usage of button disabling
  
  Previously was a bit overdone. Coming closer to some solid
  guidelines for when and where it should be used; with this commit,
  it's mainly on things that would otherwise disappear - i.e.
  action buttons that *can't* be used.
  
  * New edit buttons v.1
  
  A huge thankyou to William, who did a lot of good groundwork that
  I've tweaked and built upon. The aim for this one is more
  'workflow oriented' i.e. grouping similar controls, and also
  separating out less frequently used stuff so it can be folded away.
  
  Part of it has been moving some of the 'editing tools' that needed
  ui controls too, but never really belonged there, having to resort
  to hackish stuff like the 'click to choose a 3d View window' mouse
  pointer thingy. Now these have all been added to the 3D View
  header menus, one or two from memory also to the W specials menu,
  and I've made a new 'Repeat and Revolve' popup menu (Mesh Edit
  Mode hotkey: Ctrl Shift R) that contains, Spin, Spin Duplicate,
  Screw and Extrude Repeat, with the relevant number fields
  integrated with the command.
  
  Revision  Changes    Path
  1.4       +2 -1      tuhopuu3/source/blender/include/BIF_editmesh.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/include/BIF_editmesh.h.diff?r1=1.3&r2=1.4&cvsroot=tuhopuu>
  1.4       +2 -1      tuhopuu3/source/blender/include/BIF_interface.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/include/BIF_interface.h.diff?r1=1.3&r2=1.4&cvsroot=tuhopuu>
  1.24      +1376 -945 tuhopuu3/source/blender/src/buttons_editing.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/buttons_editing.c.diff?r1=1.23&r2=1.24&cvsroot=tuhopuu>
  1.21      +3 -15     tuhopuu3/source/blender/src/buttons_object.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/buttons_object.c.diff?r1=1.20&r2=1.21&cvsroot=tuhopuu>
  1.19      +10 -20    tuhopuu3/source/blender/src/buttons_scene.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/buttons_scene.c.diff?r1=1.18&r2=1.19&cvsroot=tuhopuu>
  1.2       +348 -115  tuhopuu3/source/blender/src/editmesh_tools.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/editmesh_tools.c.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.30      +5 -2      tuhopuu3/source/blender/src/editobject.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/editobject.c.diff?r1=1.29&r2=1.30&cvsroot=tuhopuu>
  1.21      +118 -61   tuhopuu3/source/blender/src/header_view3d.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/header_view3d.c.diff?r1=1.20&r2=1.21&cvsroot=tuhopuu>
  1.23      +2 -2      tuhopuu3/source/blender/src/interface.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/interface.c.diff?r1=1.22&r2=1.23&cvsroot=tuhopuu>
  1.18      +44 -27    tuhopuu3/source/blender/src/interface_draw.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/interface_draw.c.diff?r1=1.17&r2=1.18&cvsroot=tuhopuu>
  1.45      +4 -3      tuhopuu3/source/blender/src/space.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/space.c.diff?r1=1.44&r2=1.45&cvsroot=tuhopuu>
  1.14      +9 -7      tuhopuu3/source/blender/src/toolbox.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/toolbox.c.diff?r1=1.13&r2=1.14&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list