Blender Git Loki
Git Commits -> Revision cd3af13
Revision cd3af13 by Ken Hughes (master) May 7, 2006, 14:57 (GMT) |
===Python API=== New Constraint API. Constraints are accessible through a "constraints" attribute in poses and objects. Would be REALLY NICE for armature users to pound on this code. |
Commit Details:
Full Hash: cd3af13a1b1aaada000322373394c02cc6b773fb
SVN Revision: 7365
Parent Commit: 8255bdc
Lines Changed: +2011, -37
3 Added Paths:
/source/blender/python/api2_2x/Constraint.c (+1657, -0) (View)
/source/blender/python/api2_2x/Constraint.h (+77, -0) (View)
/source/blender/python/api2_2x/doc/Constraint.py (+224, -0) (View)
/source/blender/python/api2_2x/Constraint.h (+77, -0) (View)
/source/blender/python/api2_2x/doc/Constraint.py (+224, -0) (View)
8 Modified Paths:
/source/blender/include/butspace.h (+7, -0) (Diff)
/source/blender/python/api2_2x/Blender.c (+2, -0) (Diff)
/source/blender/python/api2_2x/doc/API_intro.py (+1, -0) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+3, -1) (Diff)
/source/blender/python/api2_2x/doc/Pose.py (+3, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+4, -1) (Diff)
/source/blender/python/api2_2x/Pose.c (+9, -26) (Diff)
/source/blender/src/buttons_object.c (+24, -9) (Diff)
/source/blender/python/api2_2x/Blender.c (+2, -0) (Diff)
/source/blender/python/api2_2x/doc/API_intro.py (+1, -0) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+3, -1) (Diff)
/source/blender/python/api2_2x/doc/Pose.py (+3, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+4, -1) (Diff)
/source/blender/python/api2_2x/Pose.c (+9, -26) (Diff)
/source/blender/src/buttons_object.c (+24, -9) (Diff)