Skip to content

Commit

Permalink
fix typo for the download of assets instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer authored Dec 22, 2021
1 parent db04f23 commit 65cd763
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/tutorials/loader.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

If don't have any data yet, BlenderProc offers download functionality for many datasets and freely available assets via the `blenderproc` CLI:

* `blendeproc download_blenderkit`: Downloads materials and models from blenderkit
* `blendeproc download_cc_textures`: Downloads textures from cc0textures.com.
* `blendeproc download_haven`: Downloads HDRIs, Textures and Models from polyhaven.com.
* `blendeproc download_ikea`: Downloads the IKEA dataset. **(At the moment this dataset is not availabe!)**
* `blendeproc download_pix3d`: Downloads the Pix3D dataset.
* `blendeproc download_scenenet`: Downloads the scenenet dataset.
* `blenderproc download blenderkit <output_dir>`: Downloads materials and models from blenderkit
* `blenderproc download cc_textures <output_dir>`: Downloads textures from cc0textures.com.
* `blenderproc download haven <output_dir>`: Downloads HDRIs, Textures and Models from polyhaven.com.
* `blenderproc download ikea <output_dir>`: Downloads the IKEA dataset. **(At the moment this dataset is not availabe!)**
* `blenderproc download pix3d <output_dir>`: Downloads the Pix3D dataset.
* `blenderproc download scenenet <output_dir>`: Downloads the scenenet dataset.

## Loading

Expand Down Expand Up @@ -91,4 +91,4 @@ For more information look at the reference manual of `MeshObject`.

---

Next tutorial: [Configuring the camera](camera.md)
Next tutorial: [Configuring the camera](camera.md)

0 comments on commit 65cd763

Please sign in to comment.