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
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
|
Reference in New Issue
Block a user