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:
authorJacques Guignot <guignot@wanadoo.fr>2003-07-10 01:18:34 +0400
committerJacques Guignot <guignot@wanadoo.fr>2003-07-10 01:18:34 +0400
commit4cf1470b99700faa681ca018aea7c93e30ad7d9f (patch)
treef81120bf28252ffec0df355619b921afd2f60936 /source/blender/python/api2_2x/Curve.h
parent1e666dd1cdfbf35c4f4b7f625ad3a55a2543cb50 (diff)
change the values of the functions get/set size/loc/rot to lists.
added the attributes loc, rot, size changed the parameters of getControlPoint to int int list cosmetic changes in names
Diffstat (limited to 'source/blender/python/api2_2x/Curve.h')
-rw-r--r--source/blender/python/api2_2x/Curve.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/python/api2_2x/Curve.h b/source/blender/python/api2_2x/Curve.h
index f97b806b909..04fa5e05c55 100644
--- a/source/blender/python/api2_2x/Curve.h
+++ b/source/blender/python/api2_2x/Curve.h
@@ -182,9 +182,9 @@ static void CurveDeAlloc (BPy_Curve *msh);
static int CurveSetAttr (BPy_Curve *msh, char *name, PyObject *v);
static PyObject *CurveGetAttr (BPy_Curve *msh, char *name);
static PyObject *CurveRepr (BPy_Curve *msh);
-PyObject* CurveCreatePyObject (struct Curve *curve);
-int CurveCheckPyObject (PyObject *py_obj);
-struct Curve* CurveFromPyObject (PyObject *py_obj);
+PyObject* Curve_CreatePyObject (struct Curve *curve);
+//int Curve_CheckPyObject (PyObject *py_obj);
+//struct Curve* Curve_FromPyObject (PyObject *py_obj);
/*****************************************************************************/