From ba74200a818234c9825287de61be2ed24ebe0449 Mon Sep 17 00:00:00 2001 From: indevn Date: Wed, 28 Aug 2024 22:14:23 +0800 Subject: [PATCH] fix typo the "cayon_out" folder should be in the "scenes/" directory, so we need to access "scripts" through ".." --- scenes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/README.md b/scenes/README.md index 3b1ab38..e87f749 100644 --- a/scenes/README.md +++ b/scenes/README.md @@ -27,7 +27,7 @@ cd scenes This step is optional and can be skipped if you want to visualize only the particles. The following will create a ```.ply``` file for each input file. ```bash -./scripts/create_surface_meshes.py --input_glob "canyon_out/fluid*.npz" \ +../scripts/create_surface_meshes.py --input_glob "canyon_out/fluid*.npz" \ --outdir canyon_out ``` The script requires OpenVDB with python bindings.