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

Martin Poirier theeth at yahoo.com
Mon Mar 21 01:39:09 CET 2005


theeth (Martin Poirier) 2005/03/21 01:39:09 CET

  Modified files:
    blender/source/blender/src transform.c transform_constraints.c 
                               transform_generics.c 
  
  Log:
  Warp was acting weird if the cursor wasn't centered in the data space, that is fixed.
  Helpline for warp was wrong in edit mode if the object wasn't centered on global space.
  Boundbox calculation for warp is done in view space now, so it is always maximised since aligned with the view.
  
  Switch the negative/positive switch for Shrink/Fatten from horizontal motion to vertical motion. Pull down to shrink, pull up to fatten. This could still use some work.
  
  BugFix: Constraint center was wrong with MMB (was bypassing the fix I commited the other day).
  BugFix: Changing modes while in transform and switching to local constraints in edit mode crashed. This was due to resetting the TransInfo flag in initTransModeFlags. Now done correctly in initTrans.
  
  Revision  Changes    Path
  1.43      +39 -27    blender/source/blender/src/transform.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/transform.c.diff?r1=1.42&r2=1.43&cvsroot=bf-blender>
  1.25      +4 -18     blender/source/blender/src/transform_constraints.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/transform_constraints.c.diff?r1=1.24&r2=1.25&cvsroot=bf-blender>
  1.27      +2 -2      blender/source/blender/src/transform_generics.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/transform_generics.c.diff?r1=1.26&r2=1.27&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list