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

Martin Poirier theeth at yahoo.com
Tue Feb 1 03:28:49 CET 2005


theeth (Martin Poirier) 2005/02/01 03:28:49 CET

  Modified files:
    tuhopuu3/source/blender/src editobject.c transform.c 
                                transform.h transform_generics.c 
  
  Log:
  Fixed (for the most part) parenting giving double transformations when parent and child are selected.
  This gives a LOT of trouble with PET though, so I'm considering dropping PET support in object mode (for now?).
  
  Enabled forced refresh to update all 3D views.
  
  Right click drag is Translation only again (following a discussion with Broken).
  
  Empty event queue on initialisation. This solves the bug where gestures where automatically canceled if the gesture was done by releasing the mouse button (maybe this should be fixed in the gesture code?).
  
  Fixed transformation for objects with constraints (like old transform did. Very hackish. Will need a special fix for FOLLOWPATH.)
  
  Revision  Changes    Path
  1.8       +2 -2      tuhopuu3/source/blender/src/editobject.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/editobject.c.diff?r1=1.7&r2=1.8&cvsroot=tuhopuu>
  1.11      +115 -80   tuhopuu3/source/blender/src/transform.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/transform.c.diff?r1=1.10&r2=1.11&cvsroot=tuhopuu>
  1.8       +3 -1      tuhopuu3/source/blender/src/transform.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/transform.h.diff?r1=1.7&r2=1.8&cvsroot=tuhopuu>
  1.7       +4 -4      tuhopuu3/source/blender/src/transform_generics.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu3/source/blender/src/transform_generics.c.diff?r1=1.6&r2=1.7&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list