From b92d8adbf23393145c07d2ed93f90fba35521027 Mon Sep 17 00:00:00 2001 From: Zhen Liu Date: Sat, 15 Apr 2023 15:55:55 +0200 Subject: [PATCH] Update README.md --- blender_viz/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blender_viz/README.md b/blender_viz/README.md index 31c55aa..8a1d701 100644 --- a/blender_viz/README.md +++ b/blender_viz/README.md @@ -4,7 +4,7 @@ 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. Change the scale and orientation of the mesh to render in `blender_script.py` if necessary -5. Optionally, change the number of samples (`num_samples`) in `blender_viz` to balance between speed and quality +5. Optionally, change the number of samples (`num_samples`) in `blender_viz` to balance between speed and quality 6. Run `$PATH_TO_BLENDER/blender --background --python ./blender_script.py`