|
Blender V4.3
|
#include "DNA_defaults.h"#include "DNA_sound_types.h"#include "DNA_speaker_types.h"#include "BLI_utildefines.h"#include "BLT_translation.hh"#include "BKE_idtype.hh"#include "BKE_lib_id.hh"#include "BKE_lib_query.hh"#include "BKE_speaker.h"#include "BLO_read_write.hh"#include <cstring>Go to the source code of this file.
Functions | |
| static void | speaker_init_data (ID *id) |
| static void | speaker_foreach_id (ID *id, LibraryForeachIDData *data) |
| static void | speaker_blend_write (BlendWriter *writer, ID *id, const void *id_address) |
| void * | BKE_speaker_add (Main *bmain, const char *name) |
Variables | |
| IDTypeInfo | IDType_ID_SPK |
| void * BKE_speaker_add | ( | Main * | bmain, |
| const char * | name ) |
Definition at line 81 of file speaker.cc.
References BKE_id_new(), and ID_SPK.
Referenced by BKE_object_obdata_add_from_type().
|
static |
Definition at line 42 of file speaker.cc.
References BKE_id_blend_write(), BLO_write_id_struct, and Speaker::id.
|
static |
Definition at line 35 of file speaker.cc.
References BKE_LIB_FOREACHID_PROCESS_IDSUPER, IDWALK_CB_USER, and Speaker::sound.
|
static |
Definition at line 26 of file speaker.cc.
References BLI_assert, DNA_struct_default_get, MEMCMP_STRUCT_AFTER_IS_ZERO, and MEMCPY_STRUCT_AFTER.
| IDTypeInfo IDType_ID_SPK |
Definition at line 51 of file speaker.cc.