mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
* Render worker makes multiple attempts if file_path increases on each run * Change blender_worker.py to not overwrite existing files * Chmod +x to client
6 lines
123 B
Python
Executable File
6 lines
123 B
Python
Executable File
#!/usr/bin/env python3
|
|
from src.client.dashboard_window import start_client
|
|
|
|
if __name__ == '__main__':
|
|
start_client()
|