removed the patch for ipo attr, which had side effects
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user