Update 'README.md'

This commit is contained in:
Steven Polley 2020-05-31 00:40:33 +00:00
parent 82a6ad0911
commit 73eec269b6
1 changed files with 4 additions and 1 deletions

View File

@ -49,7 +49,10 @@ It's the defacto open source 3D software that I've been using for a long time.
#### Web interface
When you run the master, it listens on port 8097. Here's a screenshot of the web interface on the status page for an ongoing render job:
When you run the master, it listens on port 8097. The home page shows jobs in progress and allows you to upload a .blend file. Once the file is uploaded, you can configure rendering parameters and then submit the job for rendering. The .blend file will be distributed to any slave machines currently in the pool and rendering will begin. A list of frames in progress as well as progress on each individual frames is displayed. As frames are completed, they will be collected by the master / web server and displayed in the progress.
Here's a screenshot of the web interface on the status page for an ongoing render job:
![alt text][logo]