[tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenloader/intern writefile.c readfile.c tuhopuu2/source/blender/src editconstraint.c drawmesh.c buttons_object.c tuhopuu2/source/blender/makesdna DNA_constraint_types.h tuhopuu2/source/blender/blenkernel/intern constraint.c tuhopuu2/source/blender/include ...

Jens Ole Wund (bjornmose) bjornmose at gmx.net
Sun Aug 15 21:58:34 CEST 2004


bjornmose (Jens Ole Wund(bjornmose)) 2004/08/15 21:58:34 CEST

  Modified files:
    tuhopuu2/source/blender/blenloader/intern writefile.c 
                                              readfile.c 
    tuhopuu2/source/blender/src editconstraint.c drawmesh.c 
                                buttons_object.c 
    tuhopuu2/source/blender/makesdna DNA_constraint_types.h 
    tuhopuu2/source/blender/blenkernel/intern constraint.c 
    tuhopuu2/source/blender/include butspace.h 
  
  Log:
  new constraint "stretch to" is close to "track to" but scales Y-axis
  according to the distance to the target. It also offers scaling of the
  perpendicular axes x , z , or both to preserve the volume of the unit cube.
  Further it tries to preserve one of the local planes defined by y-x or y-z
  instead a global "up" direction.
  
  Revision  Changes    Path
  1.12      +4 -1      tuhopuu2/source/blender/blenloader/intern/writefile.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/blenloader/intern/writefile.c.diff?r1=1.11&r2=1.12&cvsroot=tuhopuu>
  1.19      +15 -1     tuhopuu2/source/blender/blenloader/intern/readfile.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/blenloader/intern/readfile.c.diff?r1=1.18&r2=1.19&cvsroot=tuhopuu>
  1.16      +20 -2     tuhopuu2/source/blender/src/editconstraint.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/editconstraint.c.diff?r1=1.15&r2=1.16&cvsroot=tuhopuu>
  1.26      +1 -2      tuhopuu2/source/blender/src/drawmesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/drawmesh.c.diff?r1=1.25&r2=1.26&cvsroot=tuhopuu>
  1.22      +58 -0     tuhopuu2/source/blender/src/buttons_object.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/src/buttons_object.c.diff?r1=1.21&r2=1.22&cvsroot=tuhopuu>
  1.7       +10 -1     tuhopuu2/source/blender/makesdna/DNA_constraint_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/makesdna/DNA_constraint_types.h.diff?r1=1.6&r2=1.7&cvsroot=tuhopuu>
  1.13      +167 -1    tuhopuu2/source/blender/blenkernel/intern/constraint.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/blenkernel/intern/constraint.c.diff?r1=1.12&r2=1.13&cvsroot=tuhopuu>
  1.25      +3 -2      tuhopuu2/source/blender/include/butspace.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/tuhopuu2/source/blender/include/butspace.h.diff?r1=1.24&r2=1.25&cvsroot=tuhopuu>



More information about the tuhopuu-cvs mailing list