BlenderProc icon indicating copy to clipboard operation
BlenderProc copied to clipboard

BlenderKit downloading assests

Open mukul-AR opened this issue 1 year ago • 1 comments
trafficstars

Describe the issue

Hey I am trying to download this particular asset could I get some advice about how I should be doing it. Upon checking the load documentation I see that a command for that exists in the .md file but I do not see the corresponding examples of how do I actually go about doing it.

https://www.blenderkit.com/get-blenderkit/c1a02c03-1c28-4e10-a1a4-9816ebaf80b6/

Asset_ID -> asset_base_id:c1a02c03-1c28-4e10-a1a4-9816ebaf80b6 asset_type:model

Minimal code example

No response

Files required to run the code

No response

Expected behavior

I just expect it to load couple of assets from the BlenderKit and me being able to take some photos and being able to generate some data

BlenderProc version

GitHub main

mukul-AR avatar Dec 30 '23 22:12 mukul-AR

Hey @mukul-AR,

you can download from blenderkit via blenderproc download blenderkit <output_dir>. However this will download all assets from blenderkit. If you only need a specific one, you can also just download it manually from the website.

To load a blenderkit model into blenderproc, take a look at this example here: https://github.com/DLR-RM/BlenderProc/tree/main/examples/datasets/blenderkit It should explain all the details. Let me know if you need any more information.

cornerfarmer avatar Jan 06 '24 21:01 cornerfarmer