[tuhopuu-cvs] CVS commit: blender featurelist.txt blender/source/blender/blenkernel/intern constraint.c blender/source/blender/blenlib/intern arithb.c blender/source/blender/makesdna DNA_constraint_types.h blender/source/blender/src drawobject.c editobject.c

Martin Poirier theeth at yahoo.com
Mon Jul 28 17:21:00 CEST 2003


theeth (Martin Poirier) 2003/07/28 17:20:59 CEST

  Modified files:
    .                    featurelist.txt 
    blender/source/blender/blenkernel/intern constraint.c 
    blender/source/blender/blenlib/intern arithb.c 
    blender/source/blender/makesdna DNA_constraint_types.h 
    blender/source/blender/src drawobject.c editobject.c 
  
  Log:
  - Changed the wording of a couple of comments (blah minor changes, I commit them just because they are in the same file as the rest :P )
  - Corrected the redrawing of Make Track and Clear Track. Clear Track didn't redraw the constraint button window, and both redrawed the OOPS window for nothing.
  - Major overhaul of the FollowPath constraint functionnality. It now accepts positionnal offset from the path (like parent to path worked). The only bug, however, is when using Curvefollow and grabing/rotating the object, the mouse motion is transformed immediatly in a local transformation (ackward, but it works nonetheless).
  - Preliminary support for drawing constraint in the 3D window (dotted line à la parenting). The dotted line is invisible when the constraint is minimized in the constraint buttons. As of now, hte line is always yellow. Plan to change this on a per constraint basis maybe, or add an arrowhead and have this change color per constraint... Is a drawconstraint.c file really needed?
  
  Revision  Changes    Path
  1.67      +3 -2      blender/featurelist.txt
  1.7       +33 -29    blender/source/blender/blenkernel/intern/constraint.c
  1.4       +2 -1      blender/source/blender/blenlib/intern/arithb.c
  1.5       +2 -2      blender/source/blender/makesdna/DNA_constraint_types.h
  1.22      +34 -1     blender/source/blender/src/drawobject.c
  1.14      +48 -4     blender/source/blender/src/editobject.c



More information about the tuhopuu-cvs mailing list