[Bf-blender-cvs] CVS commit: blender/source/blender/src buttons_editing.c

Ben Batt benbatt at gmail.com
Thu Feb 1 04:34:09 CET 2007


artificer (Ben Batt) 2007/02/01 04:34:09 CET

  Modified files:
    blender/source/blender/src buttons_editing.c 
  
  Log:
  Bugfix for #5896 - Array constant offset not behaving as expected
  This is not a bug, but rather a misunderstanding of the relationship between object scaling and the Array modifier's constant offset.
  
  The Array modifier's constant offset is specified in local coordinates. In the supplied blend file, the object is scaled up in the x direction by 2.45, and the offset is a constant 2.5 in the x direction. Thus, the final world space offset is 2.45 * 2.5 = 6.125 units in the object's local x direction, as can be seen in the blend file.
  
  I have updated the tooltips for the Array modifier to indicate that offsets are given in local coordinates. I will investigate providing a "Use World Coordinates" toggle button after release.
  
  Revision  Changes    Path
  1.355     +17 -9     blender/source/blender/src/buttons_editing.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_editing.c.diff?r1=1.354&r2=1.355&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list