From 047a2e5953d568d6e73a5610f9a5b35fd50043db Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 22 Jul 2022 12:59:24 +0200 Subject: [PATCH] Setup Assistant: Layout, style and wording adjustments * Try to be more descriptive by mentioning "executable", not just Path. * Rename field placeholder "Blender Path" to "Path to Blender executable". * Try to shorten certain lines while maintaining clarity. * Use colons when appropriate. --- web/app/src/views/FirstTimeWizardView.vue | 106 ++++++++++++++++------ 1 file changed, 79 insertions(+), 27 deletions(-) diff --git a/web/app/src/views/FirstTimeWizardView.vue b/web/app/src/views/FirstTimeWizardView.vue index e5adbff7..5936808d 100644 --- a/web/app/src/views/FirstTimeWizardView.vue +++ b/web/app/src/views/FirstTimeWizardView.vue @@ -108,37 +108,63 @@
Looking for Blender installs...

- Provide a path to Blender. This path should be accessible by all Workers. + Provide a path to a Blender executable accessible by all Workers.

If your rendering setup features operating systems different form the one you are currently using, you can manually set up the other paths later.

-

Choose how a Worker should invoke the Blender command when performing a task.

+

Choose how a Worker should invoke the Blender command when performing a task:

+ +