Upload files to 'settings'

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2020-12-07 21:40:11 +00:00
parent a3d03ebf24
commit 63ac32b215

4
settings/fileformats.py Normal file
View file

@ -0,0 +1,4 @@
videos = ["avi", "ogv", "mp4", "mkv"]
sounds = ["mp3", "ogg", "wav", "flac"]
images = ["png", "jpg", "jpeg" ,"exr", "hdr", "tiff", "gif", "xcf", "psd", "kra", "ora"]