System Information
Operating system: Ubuntu linux, probably also other systems
Graphics card: not related
Blender Version
Broken: 2.80, c0c1b4542f39, master, 2019-06-24, but not sure when it started
Worked: 2.80, 5ac7675f4c9c 2019-04-15
Short description of error
Code "bpy.data.sounds[0].factory" returns "None", instead of "aud.Sound" object.
Exact steps for others to reproduce the error
- add any sound anywhere
- switch to scripting workspace
- try this code:
print(bpy.data.sounds[0].factory)