summaryrefslogtreecommitdiffstats
path: root/modules/hdr/config.py
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-05-28 21:46:48 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-05-28 21:48:05 -0300
commitbb20f230ad307a2a5f18c03bece3793d29ae208a (patch)
treeb217d7c10054e23b0f456acee41bc208dc12bfdf /modules/hdr/config.py
parent06fc9637966dafe8e06e1d4f823bf9e8b3475c97 (diff)
downloadredot-engine-bb20f230ad307a2a5f18c03bece3793d29ae208a.tar.gz
-Added .hdr format support
-Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant
Diffstat (limited to 'modules/hdr/config.py')
-rw-r--r--modules/hdr/config.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/hdr/config.py b/modules/hdr/config.py
new file mode 100644
index 0000000000..fb920482f5
--- /dev/null
+++ b/modules/hdr/config.py
@@ -0,0 +1,7 @@
+
+def can_build(platform):
+ return True
+
+
+def configure(env):
+ pass