From 075199f7fd2f720e052f8a644a793e4b5c66ba39 Mon Sep 17 00:00:00 2001 From: Lucas <18538046+TeaWithLucas@users.noreply.github.com> Date: Fri, 18 Oct 2019 13:08:52 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a29bb13..792c6fc 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,16 @@ This method should automatically load the script on page load. 3. The install window should pop up, check "Open editor after install completes" if you want to add domains, then click install. 4. If it doesn't pop up an install window, either Greasemonkey isn't installed or another problem has occured, you can try adding the script manually. -## Buttons +## User Guide + +### Buttons * STL - Exports the current model and downloads a STL of it. * OBJ - Exports the current model and downloads a OBJ of it. -* Subdivision Passes - Number of loop subdivision passes for the model. + +### Options +* Quality - Number of loop subdivision passes for the model. + +### Dropdown Menu Items * Save - Exports the current model settings in a JSON format. * Load - Imports a previously exported JSON file with model settings.