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 datablock
  • check_existing (boolean, (optional)) – Using existing data-block if this file is already loaded
Returns:

New text datablock

Return type:

Sound

remove(sound)

Remove a sound from the current blendfile

Parameters:sound (Sound, (never None)) – Sound to remove
tag(value)

tag

Parameters:value (boolean) – Value

Inherited Properties

Inherited Functions

References