summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-04-19 12:59:41 +0200
committerGitHub <noreply@github.com>2019-04-19 12:59:41 +0200
commit8269ed9cdf4668d0824ec8a8dd770f5b12d7be82 (patch)
tree014ab012044cb5046821c6800df4bf3bebb89291 /modules
parent7b1d75223ae67f2520a59a84a15c9bd5b2aae15a (diff)
parent44f9a966e03c032bb5d89a4385f545f3b1ce3775 (diff)
Merge pull request #28196 from akien-mga/xatlas-cleanup
xatlas: Document provenance, copyright and custom changes
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):