main #3

Merged
LeenkxTeam merged 8 commits from Dante/LNXSDK:main into main 2026-05-31 05:25:07 +00:00
5 changed files with 10 additions and 6 deletions
Showing only changes of commit bef25f6a1a - Show all commits

View File

@ -43,6 +43,8 @@ def update_gapi_linux(self, context):
def update_gapi_mac(self, context):
if os.path.isdir(lnx.utils.get_fp_build() + '/osx-build'):
shutil.rmtree(lnx.utils.get_fp_build() + '/osx-build', onerror=remove_readonly)
if os.path.isdir(lnx.utils.get_fp_build() + '/macos-hl-build'):
shutil.rmtree(lnx.utils.get_fp_build() + '/macos-hl-build', onerror=remove_readonly)
bpy.data.worlds['Lnx'].lnx_recompile = True
assets.invalidate_compiled_data(self, context)