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>2007-12-07 12:51:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-12-07 12:51:02 +0300
commit9723e3ef39d0a0c8b7a47f145c52982481109f2f (patch)
tree656060f63fc7b23ffc078591b2dc8c8f0095ab28 /source/blender/python/api2_2x/sceneSequence.c
parentab02e9140e6c8b1d8c9169b18fa5025a1fb54377 (diff)
miscellaneous edits from python development branch merged back into trunk
Diffstat (limited to 'source/blender/python/api2_2x/sceneSequence.c')
-rw-r--r--source/blender/python/api2_2x/sceneSequence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/sceneSequence.c b/source/blender/python/api2_2x/sceneSequence.c
index fee1bde149c..1d5e3058928 100644
--- a/source/blender/python/api2_2x/sceneSequence.c
+++ b/source/blender/python/api2_2x/sceneSequence.c
@@ -569,7 +569,7 @@ static PyObject *getIntAttr( BPy_Sequence *self, void *type )
break;
default:
return EXPP_ReturnPyObjError( PyExc_RuntimeError,
- "undefined type in getFloatAttr" );
+ "undefined type in getIntAttr" );
}
return PyInt_FromLong( param );