Convert Blender-Purge to a more generic Blender-Crawl Tool #42

Merged
Nick Alberelli merged 34 commits from feature/blender-crawl into main 2023-05-17 15:38:47 +02:00
Showing only changes of commit 81df9cd091 - Show all commits

View File

@ -219,7 +219,7 @@ def main() -> int:
if not scripts:
cancel_program(
"No --script was not provided as argument, printed found .blend files, exiting program. BIG"
"No valid script files were found. Exiting program."
)
sys.exit(0)