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

Ken Hughes khughes at pacific.edu
Fri Mar 24 21:39:39 CET 2006


khughes (Ken Hughes) 2006/03/24 21:39:39 CET

  Modified files:
    blender/source/blender/src editobject.c 
  
  Log:
  Bugfix #3772: Allows "Center Cursor" for 3D curves to modify the curve
  center's Z location.  An eons-old comment in the code said:
  
  /* Curves need to be 2d, never offset in
   * Z. Is a somewhat arbitrary restriction,
   * would probably be nice to remove. */
  
  I couldn't find any other reason for the restriction other than 2D curves
  limit the point's Z component to 0, so added a check to only forve the
  center Z to 0 when the curve is 2D.  If there are other reasons for the
  restriction, then this commit may need to be rolled back.
  
  Revision  Changes    Path
  1.299     +5 -7      blender/source/blender/src/editobject.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editobject.c.diff?r1=1.298&r2=1.299&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list