[tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BDR_editface.h butspace.h tuhopuu2/source/blender/src drawoops.c editface.c editoops.c header_view3d.c space.c

Campbell Barton cbarton at metavr.com
Sun Jun 20 04:15:15 CEST 2004


ideas_man (Campbell Barton) 2004/06/20 04:15:14 CEST

  Modified files:
    tuhopuu2/source/blender/include BDR_editface.h butspace.h 
    tuhopuu2/source/blender/src drawoops.c editface.c editoops.c 
                                header_view3d.c space.c 
  
  Log:
  Hi All,
  
  Here are my changes.
  
  Added a function in editoops called active_oops_ob(Oops *oops)
  This is used to make objects active in the 3d view when selected in the
  oops window.
  Its needed for parenting and is generaly good form to have.
  Was implimented another way before but it was buggy.
  
  The other think is that oops links are rendered AA, take it or leave it.
  but it looks nice.
  
  The other is a somewhat incompleate sunction in sace select mode that
  allows you to select a face by its material.
  
  select menu > same uv: Thanks roel.
  
  select menu > same mat: I added this one.
  
  It works well enough except the faces need to have UV images applied to
  them. this dosent make sense to me but Id appretiate sombody having a
  look at the get_same_mat function at the bottom of editface.c
  
  - Cam
  
  Revision  Changes    Path
  1.7       +2 -1      tuhopuu2/source/blender/include/BDR_editface.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/include/BDR_editface.h.diff?r1=1.6&r2=1.7&cvsroot=tuhopuu>
  1.13      +2 -1      tuhopuu2/source/blender/include/butspace.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/include/butspace.h.diff?r1=1.12&r2=1.13&cvsroot=tuhopuu>
  1.3       +17 -1     tuhopuu2/source/blender/src/drawoops.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/drawoops.c.diff?r1=1.2&r2=1.3&cvsroot=tuhopuu>
  1.15      +71 -1     tuhopuu2/source/blender/src/editface.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/editface.c.diff?r1=1.14&r2=1.15&cvsroot=tuhopuu>
  1.2       +34 -6     tuhopuu2/source/blender/src/editoops.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/editoops.c.diff?r1=1.1&r2=1.2&cvsroot=tuhopuu>
  1.19      +5 -1      tuhopuu2/source/blender/src/header_view3d.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/header_view3d.c.diff?r1=1.18&r2=1.19&cvsroot=tuhopuu>
  1.62      +2 -2      tuhopuu2/source/blender/src/space.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/space.c.diff?r1=1.61&r2=1.62&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list