Fixes to baker, restored xatlas and fixed bake options.

This commit is contained in:
Juan Linietsky
2018-10-04 23:00:02 -03:00
parent a41cf404a9
commit f12cb82e0f
8 changed files with 93 additions and 25 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
def can_build(env, platform):
return False #xatlas is buggy
#return (env['tools'] and platform not in ["android", "ios"])
#return False #xatlas is buggy
return (env['tools'] and platform not in ["android", "ios"])
def configure(env):
pass