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:
authorCampbell Barton <ideasman42@gmail.com>2005-12-17 01:40:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2005-12-17 01:40:20 +0300
commite76e78e78a9ab31b5e7c13fe76115f360ac8436b (patch)
tree1bf8980e9076959b4c0c98c24ae0eab0254d860c /source/blender/python/api2_2x/Image.c
parent3a65f4e39f9844cea57fd465b6b1f56a0a9f02cd (diff)
typo, thanks letterrip.
Diffstat (limited to 'source/blender/python/api2_2x/Image.c')
-rw-r--r--source/blender/python/api2_2x/Image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Image.c b/source/blender/python/api2_2x/Image.c
index a6de6d21263..f7d135fe7b3 100644
--- a/source/blender/python/api2_2x/Image.c
+++ b/source/blender/python/api2_2x/Image.c
@@ -663,7 +663,7 @@ static PyMethodDef BPy_Image_methods[] = {
"(int) - Change Image object animation start value"},
{"setEnd", ( PyCFunction ) Image_setEnd, METH_VARARGS,
"(int) - Change Image object animation end value"},
- {"setSpeed", ( PyCFunction ) Image_setEnd, METH_VARARGS,
+ {"setSpeed", ( PyCFunction ) Image_setSpeed, METH_VARARGS,
"(int) - Change Image object animation speed (fps)"},
{"save", ( PyCFunction ) Image_save, METH_NOARGS,
"() - Write image buffer to file"},