Blender Git Loki
Git Commits -> Revision e341a4e
Revision e341a4e by Martin Poirier (master) August 13, 2006, 14:18 (GMT) |
Patch: Constraints to Limit Transforms (#4662) by Joshua Leung (aligorith) This adds three new constraints to limit the range of location, rotation and scaling values. |
Commit Details:
Full Hash: e341a4e1f45d8d3ba47dadc6ee72e94897369098
SVN Revision: 8320
Parent Commit: cf1964c
Lines Changed: +926, -20
10 Modified Paths:
/source/blender/blenkernel/intern/armature.c (+78, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+284, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+33, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+9, -0) (Diff)
/source/blender/include/butspace.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+41, -3) (Diff)
/source/blender/python/api2_2x/Constraint.c (+246, -5) (Diff)
/source/blender/python/api2_2x/doc/Constraint.py (+39, -3) (Diff)
/source/blender/src/buttons_object.c (+183, -0) (Diff)
/source/blender/src/editconstraint.c (+10, -7) (Diff)
/source/blender/blenkernel/intern/constraint.c (+284, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+33, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+9, -0) (Diff)
/source/blender/include/butspace.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+41, -3) (Diff)
/source/blender/python/api2_2x/Constraint.c (+246, -5) (Diff)
/source/blender/python/api2_2x/doc/Constraint.py (+39, -3) (Diff)
/source/blender/src/buttons_object.c (+183, -0) (Diff)
/source/blender/src/editconstraint.c (+10, -7) (Diff)