Add Image.load_exr_from_buffer and enable tinyexr by default

This commit is contained in:
metamuffin 2025-01-08 00:40:08 +01:00
parent b79fe2e020
commit 6145b0ca29
No known key found for this signature in database
GPG key ID: 718F9749DCDBD654
8 changed files with 52 additions and 4 deletions

View file

@ -1,5 +1,5 @@
def can_build(env, platform):
return env.editor_build
return True
def configure(env):