UI: Opus files not included in sound files filter
Include `.opus` extension in audio filter list Fixes #118235 Pull Request: https://projects.blender.org/blender/blender/pulls/118238
This commit is contained in:
committed by
Pratik Borhade
parent
18912561b5
commit
f344823785
@@ -86,6 +86,7 @@ const char *imb_ext_audio[] = {
|
||||
".aiff",
|
||||
".m4a",
|
||||
".mka",
|
||||
".opus",
|
||||
nullptr,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user