Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2005-04-24 23:03:39 +0400
committerStephen Swaney <sswaney@centurytel.net>2005-04-24 23:03:39 +0400
commit626e930c47e992e91e11a0f08414d62e5131c00c (patch)
tree83af3b02fc16676cbe28eaaa21d3e1fff1bcb786 /source/blender/python/api2_2x/Ipocurve.h
parentd40ba55c8c15656b5341ad60f46b80f900d108a1 (diff)
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!
Diffstat (limited to 'source/blender/python/api2_2x/Ipocurve.h')
-rw-r--r--source/blender/python/api2_2x/Ipocurve.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Ipocurve.h b/source/blender/python/api2_2x/Ipocurve.h
index fcfb5fcb551..d26749cbcb4 100644
--- a/source/blender/python/api2_2x/Ipocurve.h
+++ b/source/blender/python/api2_2x/Ipocurve.h
@@ -50,7 +50,7 @@ PyObject *IpoCurve_Init( void );
PyObject *IpoCurve_CreatePyObject( IpoCurve * ipo );
int IpoCurve_CheckPyObject( PyObject * pyobj );
IpoCurve *IpoCurve_FromPyObject( PyObject * pyobj );
-
+char *getIpoCurveName( IpoCurve * icu );
#endif /* EXPP_IPOCURVE_H */