Initial code for radial rendering

This commit is contained in:
2026-05-11 00:13:30 -04:00
parent e669140e2c
commit ff9c045c8e
3 changed files with 133 additions and 9 deletions

View File

@@ -408,7 +408,7 @@ def build_clean():
which resets your git repository to its pristine state.
DANGER: this deletes any new source code you've created!
"""
shell(f"{INTEGRATION}/luprex", "make clean")
shell(f"{INTEGRATION}", "make -f luprex/Makefile clean")
shell(INTEGRATION, f"{UNREALENGINE}/Engine/Build/BatchFiles/{BUILD_BAT} -waitmutex IntegrationEditor {OS} {DEBUG} {INTEGRATION}/Integration.uproject -clean")
Path(f"{INTEGRATION}/.vscode/compile_commands.json").unlink(missing_ok = True)