|
Blender V4.5
|
#include "AUD_PyInit.h"#include <AUD_Sound.h>#include <python/PyAPI.h>#include <python/PySound.h>Go to the source code of this file.
Functions | |
| void * | BKE_sound_get_factory (void *sound) |
| static PyObject * | AUD_getSoundFromPointer (PyObject *self, PyObject *args) |
| PyObject * | AUD_initPython (void) |
Variables | |
| static PyMethodDef | meth_sound_from_pointer [] |
|
static |
Definition at line 17 of file AUD_PyInit.cpp.
References AUD_getSoundFromPointer(), and BKE_sound_get_factory().
Referenced by AUD_getSoundFromPointer().
| PyObject * AUD_initPython | ( | void | ) |
Definition at line 49 of file AUD_PyInit.cpp.
References AUD_initPython(), meth_sound_from_pointer, and printf.
Referenced by AUD_initPython().
|
extern |
References BKE_sound_get_factory().
|
static |
Definition at line 38 of file AUD_PyInit.cpp.
Referenced by AUD_initPython().