From 30ad76e42a13606838ec5b083e956c6d478a8082 Mon Sep 17 00:00:00 2001 From: bimmel1231 Date: Fri, 17 May 2024 22:50:56 +0200 Subject: [PATCH] Update setup.md Set sVersion in exec.json5 --- docs/source/setup.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/source/setup.md b/docs/source/setup.md index 0a8aac0b..bbdc762a 100644 --- a/docs/source/setup.md +++ b/docs/source/setup.md @@ -190,6 +190,18 @@ To initialize the project configuration `trial-01` run the following command: ```{admonition} Shell `cathy blender init -c trial-01` ``` +If you receive an error like +```{admonition} Shell +`ERROR: Error running command 'init' +` 1> Error initializing Blender 3.3 for +` | config file 'config/trail-01/exec' +` | at path: C:/Users/xxx/.catharsys/cex3234/3.2/blender-3.3 +` | Maybe you need to install Blender 3.3 with 'cathy blender install [Blender ZIP-file]' +` | You can download the various Blender versions from https://www.blender.org/download/ +` 2> Error initializing Blender configuration +` 3> Blender not found at path: C:/Users/tobim/.catharsys/cex3234/3.2/blender-3.3 +``` +Change the `sVersion` in `config/trail-01/exec.json5` from `3.3` to the installed Blender version. This command also checks whether Catharsys is installed in the Blender Python and installs it if not. To avoid checking for the installation every time you update the Blender configuration, you can run the command: