~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/python/api2_2x/Ipocurve.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* 
2
 
 * $Id: Ipocurve.h,v 1.12 2006/04/21 20:27:52 khughes Exp $
 
2
 * $Id: Ipocurve.h,v 1.13 2007/03/15 01:09:11 campbellbarton Exp $
3
3
 *
4
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
 *
49
49
 
50
50
PyObject *IpoCurve_Init( void );
51
51
PyObject *IpoCurve_CreatePyObject( IpoCurve * ipo );
52
 
int IpoCurve_CheckPyObject( PyObject * pyobj );
53
52
IpoCurve *IpoCurve_FromPyObject( PyObject * pyobj );
54
53
char *getIpoCurveName( IpoCurve * icu );
55
54