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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-10-26 20:30:50 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-10-26 20:30:50 +0400
commit94915fde5fe4625c4cbe73ed8d210fb00db6c46d (patch)
tree1cf693013d92f14a60ef7c0ca024d27b9126c1d2 /source/blender/python/api2_2x/Ipocurve.h
parent5463fe20b9beb0ab14010c60ce11885943a48303 (diff)
Python API Additions
New Ipo Drivers access in IpoCurve key.getChannelIpo(index) returns the ipocurve of a given shape index Docs included for usage :)
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 31c8b16c1df..4e33f962854 100644
--- a/source/blender/python/api2_2x/Ipocurve.h
+++ b/source/blender/python/api2_2x/Ipocurve.h
@@ -44,7 +44,7 @@ typedef struct {
IpoCurve * ipocurve;
} C_IpoCurve;
-
+extern PyTypeObject IpoCurve_Type;
PyObject *IpoCurve_Init( void );
PyObject *IpoCurve_CreatePyObject( IpoCurve * ipo );