From 73eec269b6fd23e09dd30f07285a98faadf62932 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sun, 31 May 2020 00:40:33 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b96a7f6..514bca9 100644 --- a/README.md +++ b/README.md @@ -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]