removed the patch for ipo attr, which had side effects

This commit is contained in:
Jacques Guignot
2003-07-22 13:56:41 +00:00
parent 7e5a6ec482
commit 68c3a6dccd

View File

@@ -1350,9 +1350,7 @@ static PyObject* Object_getAttr (BPy_Object *obj, char *name)
{
if (obj->ipo == NULL)
{
Py_INCREF (Py_None);
return (Py_None);
obj->ipo = Ipo_CreatePyObject (object->ipo);
}
else
{