summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-04-19 12:03:12 +0200
committerRémi Verschelde <rverschelde@gmail.com>2019-04-19 12:39:26 +0200
commit1e39fee1408055001e8500917f95581c4ac7b28f (patch)
treea8556791f2babf5799e1915ead0b5456aae5e0c8 /modules
parent1b3ea697c5dcbbb2feb0f96204de257532edaf0c (diff)
xatlas: Revert to unmodified upstream code, add to COPYRIGHT
Imported by @reduz from https://github.com/jpcy/xatlas/commit/b8ec29b6b62fb808823e042df5f0f800c07f2e8b Custom changes will be remade properly in the next commit.
Diffstat (limited to 'modules')
-rw-r--r--modules/xatlas_unwrap/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/xatlas_unwrap/config.py b/modules/xatlas_unwrap/config.py
index 2dda5db7e0..bd092bdc16 100644
--- a/modules/xatlas_unwrap/config.py
+++ b/modules/xatlas_unwrap/config.py
@@ -1,5 +1,4 @@
def can_build(env, platform):
- #return False #xatlas is buggy
return (env['tools'] and platform not in ["android", "ios"])
def configure(env):