forked from blender/blender-addons
Extend list of supported formats due to enable OIIO for USD. #8
@ -338,7 +338,8 @@ def get_temp_file(suffix, name=None, is_rand=False):
|
|||||||
return temp_dir() / name
|
return temp_dir() / name
|
||||||
|
|
||||||
|
|
||||||
SUPPORTED_FORMATS = {".png", ".jpeg", ".jpg", ".hdr", ".tga", ".bmp"}
|
SUPPORTED_FORMATS = {".png", ".jpeg", ".jpg", ".hdr", ".tga", ".bmp",
|
||||||
|
".exr", ".open_exr", ".tif", ".tiff", ".zfile", ".tx"}
|
||||||
DEFAULT_FORMAT = ".hdr"
|
DEFAULT_FORMAT = ".hdr"
|
||||||
BLENDER_DEFAULT_FORMAT = "HDR"
|
BLENDER_DEFAULT_FORMAT = "HDR"
|
||||||
BLENDER_DEFAULT_COLOR_MODE = "RGB"
|
BLENDER_DEFAULT_COLOR_MODE = "RGB"
|
||||||
|
Loading…
Reference in New Issue
Block a user