From 1e39fee1408055001e8500917f95581c4ac7b28f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 19 Apr 2019 12:03:12 +0200 Subject: 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. --- modules/xatlas_unwrap/config.py | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/xatlas_unwrap') 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): -- cgit v1.2.3