소스 검색

Merge pull request #107635 from akien-mga/scons-xatlas-lightmapper-mobile-editors

SCons: Enable `lightmapper` and `xatlas_unwrap` modules on Android and iOS editors
Thaddeus Crews 2 달 전
부모
커밋
88064d8b12
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      modules/lightmapper_rd/config.py
  2. 1 1
      modules/xatlas_unwrap/config.py

+ 1 - 1
modules/lightmapper_rd/config.py

@@ -1,5 +1,5 @@
 def can_build(env, platform):
 def can_build(env, platform):
-    return env.editor_build and platform not in ["android", "ios"]
+    return env.editor_build
 
 
 
 
 def configure(env):
 def configure(env):

+ 1 - 1
modules/xatlas_unwrap/config.py

@@ -1,5 +1,5 @@
 def can_build(env, platform):
 def can_build(env, platform):
-    return env.editor_build and platform not in ["android", "ios"]
+    return env.editor_build
 
 
 
 
 def configure(env):
 def configure(env):