[tuhopuu-cvs] CVS commit: blender featurelist.txt blender/source/blender/blenkernel/intern constraint.c object.c blender/source/blender/blenloader/intern readfile.c writefile.c blender/source/blender/makesdna DNA_constraint_types.h blender/source/blender/src buttons.c ...

Martin Poirier theeth at yahoo.com
Mon Jul 14 05:44:17 CEST 2003


theeth (Martin Poirier) 2003/07/14 05:44:17 CEST

  Modified files:
    .                    featurelist.txt 
    blender/source/blender/blenkernel/intern constraint.c object.c 
    blender/source/blender/blenloader/intern readfile.c 
                                             writefile.c 
    blender/source/blender/makesdna DNA_constraint_types.h 
    blender/source/blender/src buttons.c editconstraint.c 
  
  Log:
  Working version of the FollowPath constraint, along with options for Offset along path, FollowCurve toggle and the Track and Up axis options.
  
  One bug left though, the CurveFollow button in the animation buttons has to be turned on for the constraint's CurveFollow to work, since I relied on the where_on_path function from anim.c. That will change in the future, either by turning on CurveFollow automaticly (Easy) or by moving the function over to constraint.c (less easy).
  
  Also, modified the constraints global time calculation to take TimeOffset in accound (wonder if that is the intended behavior or not though...)
  
  Revision  Changes    Path
  1.65      +8 -0      blender/featurelist.txt
  1.5       +104 -1    blender/source/blender/blenkernel/intern/constraint.c
  1.4       +2 -2      blender/source/blender/blenkernel/intern/object.c
  1.15      +14 -1     blender/source/blender/blenloader/intern/readfile.c
  1.10      +4 -1      blender/source/blender/blenloader/intern/writefile.c
  1.4       +7 -3      blender/source/blender/makesdna/DNA_constraint_types.h
  1.64      +39 -6     blender/source/blender/src/buttons.c
  1.6       +47 -3     blender/source/blender/src/editconstraint.c



More information about the tuhopuu-cvs mailing list