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)¶ Add a new sound to the main database from a file
Parameters: filepath (string, (never None)) – path for the datablock 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