From aec7174a42908671953805bb8f6424bd10641d6d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 2 Mar 2010 14:57:28 +0000 Subject: fix for OBJ exporting Texface images --- source/blender/python/generic/IDProp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python') diff --git a/source/blender/python/generic/IDProp.c b/source/blender/python/generic/IDProp.c index 30b3de0575b..decc28198ff 100644 --- a/source/blender/python/generic/IDProp.c +++ b/source/blender/python/generic/IDProp.c @@ -254,7 +254,7 @@ static int idp_sequence_type(PyObject *seq) return -1; } } - else if (PyMapping_Check(item)) { /*do nothing */ + else if (PyMapping_Check(item)) { if(i != 0 && (type != IDP_IDPARRAY)) { /* mixed dict/int */ Py_DECREF(item); return -1; -- cgit v1.2.3