From a61798cbbd80bf9049168f6693bb1cf2f17ec731 Mon Sep 17 00:00:00 2001 From: Zhen Liu Date: Sat, 15 Apr 2023 15:44:53 +0200 Subject: [PATCH] Update README.md --- blender_viz/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blender_viz/README.md b/blender_viz/README.md index 7284d6b..6f99e51 100644 --- a/blender_viz/README.md +++ b/blender_viz/README.md @@ -2,11 +2,11 @@ 1. Download [Blender](https://www.blender.org/download/) and unzip to `$PATH_TO_BLENDER`. We used Blender 3.3.0. 2. Clone `https://github.com/HTDerekLiu/BlenderToolbox` under `$BLENDER_PATH` -3. In blender_script.py, set `BLENDER_PATH` accordingly. Also set 'mesh_folder_path' and 'output_path' to the source mesh folder path and the desired output path. -4. Additionally, change the scale and orientation of the mesh to render in `blender_script.py` +3. In `blender_script.py`, set `BLENDER_PATH` accordingly. Also set 'mesh_folder_path' and 'output_path' to the source mesh folder path and the desired output path. +4. Change the scale and orientation of the mesh to render in `blender_script.py` if necessary 5. Run `$PATH_TO_BLENDER/blender --background --python ./blender_script.py` ## Acknowledgement -Blender scripts and settings adapted from https://github.com/HTDerekLiu/BlenderToolbox and https://www.silviasellan.com/blender_figure.html. \ No newline at end of file +Blender scripts and settings adapted from https://github.com/HTDerekLiu/BlenderToolbox and https://www.silviasellan.com/blender_figure.html.