3D Audio GSoC:

Making it possible to access blenders internal sounds via Python.
This commit is contained in:
2011-06-05 22:06:29 +00:00
parent f2daf2ca6b
commit ef5f78ecc7
6 changed files with 64 additions and 3 deletions

View File

@@ -2875,6 +2875,12 @@ Device_empty()
return DeviceType.tp_alloc(&DeviceType, 0);
}
PyObject *
Factory_empty()
{
return FactoryType.tp_alloc(&FactoryType, 0);
}
// ====================================================================
PyDoc_STRVAR(M_aud_doc,