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 04:22:17 +0400
committerJacques Guignot <guignot@wanadoo.fr>2003-07-10 04:22:17 +0400
commitbe1338cb10602ad8df72db2260c3ec9e1848f80e (patch)
tree23bd517c0dbaa7a5bce64aaa52a61107e9db18cd /source/blender/python/api2_2x/Ipo.h
parentb216fb1729819fce424c9bef36bdc3fc11611156 (diff)
minor changes; deleted unuseful functions.
Diffstat (limited to 'source/blender/python/api2_2x/Ipo.h')
-rw-r--r--source/blender/python/api2_2x/Ipo.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/blender/python/api2_2x/Ipo.h b/source/blender/python/api2_2x/Ipo.h
index 6418801cc12..fda43df9705 100644
--- a/source/blender/python/api2_2x/Ipo.h
+++ b/source/blender/python/api2_2x/Ipo.h
@@ -88,10 +88,6 @@ static PyObject *Ipo_getName(C_Ipo *self);
static PyObject *Ipo_setName(C_Ipo *self, PyObject *args);
static PyObject *Ipo_getBlocktype(C_Ipo *self);
static PyObject *Ipo_setBlocktype(C_Ipo *self, PyObject *args);
-static PyObject *Ipo_getShowkey(C_Ipo *self);
-static PyObject *Ipo_setShowkey(C_Ipo *self, PyObject *args);
-static PyObject *Ipo_getPad(C_Ipo *self);
-static PyObject *Ipo_setPad(C_Ipo *self, PyObject *args);
static PyObject *Ipo_getRctf(C_Ipo *self);
static PyObject *Ipo_setRctf(C_Ipo *self, PyObject *args);
@@ -115,14 +111,6 @@ static PyMethodDef C_Ipo_methods[] = {
"() - Return Ipo blocktype -"},
{"setBlocktype", (PyCFunction)Ipo_setBlocktype, METH_VARARGS,
"(str) - Change Ipo blocktype"},
- {"getShowkey", (PyCFunction)Ipo_getShowkey, METH_NOARGS,
- "() - Return Ipo showkey - "},
- {"setShowkey", (PyCFunction)Ipo_setShowkey, METH_VARARGS,
- "(str) - Change Ipo showkey"},
- {"getPad", (PyCFunction)Ipo_getPad, METH_NOARGS,
- "() - Return Ipo pad - "},
- {"setPad", (PyCFunction)Ipo_setPad, METH_VARARGS,
- "(str) - Change Ipo pad"},
{"getRctf", (PyCFunction)Ipo_getRctf, METH_NOARGS,
"() - Return Ipo rctf - "},
{"setRctf", (PyCFunction)Ipo_setRctf, METH_VARARGS,