Blender Git Loki
Git Commits -> Revision 626e930
Revision 626e930 by Stephen Swaney (master) April 24, 2005, 19:03 (GMT) |
New IPO methods. Ipo.delCurve( curve_name ) deletes named curve from IPO. Ipocurve.delBezier( int ) deletes point at index from Ipocurve. Contributed by Ken Hughes (khughes). Thanks! |
Commit Details:
Full Hash: 626e930c47e992e91e11a0f08414d62e5131c00c
SVN Revision: 4307
Parent Commit: d40ba55
Lines Changed: +189, -69
6 Modified Paths:
/source/blender/include/BSE_editipo.h (+1, -0) (Diff)
/source/blender/python/api2_2x/doc/Ipo.py (+19, -2) (Diff)
/source/blender/python/api2_2x/Ipo.c (+42, -60) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+109, -6) (Diff)
/source/blender/python/api2_2x/Ipocurve.h (+1, -1) (Diff)
/source/blender/src/editipo.c (+17, -0) (Diff)
/source/blender/python/api2_2x/doc/Ipo.py (+19, -2) (Diff)
/source/blender/python/api2_2x/Ipo.c (+42, -60) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+109, -6) (Diff)
/source/blender/python/api2_2x/Ipocurve.h (+1, -1) (Diff)
/source/blender/src/editipo.c (+17, -0) (Diff)