Blender Git Commit Log
Git Commits -> Revision 1dba65e
Revision 1dba65e by Martin Poirier (master) September 7, 2005, 00:11 (GMT) |
Roland Hess' Floor Constraint patch: https://projects.blender.org/tracker/?func=detail&aid=2993&group_id=9&atid=127 Minor modifications to simplify the code in evaluate_constraint. The "Stick" feature will need more work as it gives bad results when skipping frames, jumping around on the timeline and when going backward in time. Suggestion: Would be nice if it could use the local space too, not just global space planes. |
Commit Details:
Full Hash: 1dba65e296276ed78222f19a127c90773a1f0416
SVN Revision: 5246
Parent Commit: c1155c6
Lines Changed: +215, -1
7 Modified Paths:
/source/blender/blenkernel/intern/constraint.c (+109, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+13, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -0) (Diff)
/source/blender/include/butspace.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+11, -0) (Diff)
/source/blender/src/buttons_object.c (+54, -0) (Diff)
/source/blender/src/editconstraint.c (+24, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+13, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -0) (Diff)
/source/blender/include/butspace.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+11, -0) (Diff)
/source/blender/src/buttons_object.c (+54, -0) (Diff)
/source/blender/src/editconstraint.c (+24, -0) (Diff)