diff --git a/docs/tutorials/loader.md b/docs/tutorials/loader.md index 8c18c2946..fc5cb7c4f 100644 --- a/docs/tutorials/loader.md +++ b/docs/tutorials/loader.md @@ -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 `: Downloads materials and models from blenderkit +* `blenderproc download cc_textures `: Downloads textures from cc0textures.com. +* `blenderproc download haven `: Downloads HDRIs, Textures and Models from polyhaven.com. +* `blenderproc download ikea `: Downloads the IKEA dataset. **(At the moment this dataset is not availabe!)** +* `blenderproc download pix3d `: Downloads the Pix3D dataset. +* `blenderproc download scenenet `: Downloads the scenenet dataset. ## Loading @@ -91,4 +91,4 @@ For more information look at the reference manual of `MeshObject`. --- -Next tutorial: [Configuring the camera](camera.md) \ No newline at end of file +Next tutorial: [Configuring the camera](camera.md)