[tuhopuu-cvs] CVS commit: tuhopuu3/source/blender/src transform.c transform_constraints.c transform_constraints.h transform_generics.c

Martin Poirier theeth at yahoo.com
Tue Jan 25 05:43:09 CET 2005


theeth (Martin Poirier) 2005/01/25 05:43:09 CET

  Modified files:
    tuhopuu3/source/blender/src transform.c 
                                transform_constraints.c 
                                transform_constraints.h 
                                transform_generics.c 
  
  Log:
  Bug Fixes
  - Fixed refresh bug (other 3D views not being redrawn as they should)
  - Fixed edge/face selection mode bug (didn't transform according to selection correctly)
  
  Recoded Axis selection with MMB. Axis nearest to the mouse (on screen, not in the 3D space) is highlited. When releasing, it constrains to the highlited axis.
  Highlition code is hackish, but that's more of a quick test.
  
  Redid Single Axis projection math. It's correct whatever the orientation now.
  Both projection are still slightly off for perspective mode though.
  
  Revision  Changes    Path
  1.9       +15 -32    tuhopuu3/source/blender/src/transform.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/transform.c.diff?r1=1.8&r2=1.9&cvsroot=tuhopuu>
  1.6       +76 -30    tuhopuu3/source/blender/src/transform_constraints.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/transform_constraints.c.diff?r1=1.5&r2=1.6&cvsroot=tuhopuu>
  1.5       +2 -3      tuhopuu3/source/blender/src/transform_constraints.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/transform_constraints.h.diff?r1=1.4&r2=1.5&cvsroot=tuhopuu>
  1.6       +8 -2      tuhopuu3/source/blender/src/transform_generics.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/transform_generics.c.diff?r1=1.5&r2=1.6&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list