BlendDataSounds(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataSounds(bpy_struct)

Collection of sounds

is_updated
Type:boolean, default False, (readonly)
load(filepath, check_existing=False)

Add a new sound to the main database from a file

Parameters:
  • filepath (string, (never None)) – path for the data-block
  • check_existing (boolean, (optional)) – Using existing data-block if this file is already loaded
Returns:

New text data-block

Return type:

Sound

remove(sound, do_unlink=True)

Remove a sound from the current blendfile

Parameters:
  • sound (Sound, (never None)) – Sound to remove
  • do_unlink (boolean, (optional)) – Unlink all usages of this sound before deleting it
tag(value)

tag

Parameters:value (boolean) – Value

Inherited Properties

Inherited Functions

References