scene.camera was missing from docs
bad bad mistake- key wasnt returning IPO's
This commit is contained in:
@@ -315,7 +315,7 @@ static PyObject *Key_repr( BPy_Key * self )
|
||||
static PyObject *Key_getIpo( BPy_Key * self )
|
||||
{
|
||||
if (self->key->ipo)
|
||||
Ipo_CreatePyObject( self->key->ipo );
|
||||
return Ipo_CreatePyObject( self->key->ipo );
|
||||
Py_RETURN_NONE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user