cadop / HumanGenerator

A free and open source human generator integrated inside Nvidia Omniverse
GNU Affero General Public License v3.0
18 stars 1 forks source link

Host and download assets (skeletons, proxies) outside of git to speed up install #40

Closed grebz-dev closed 1 year ago

grebz-dev commented 1 year ago

Note from Jen_B@NVIDIA:

async with session.get(download_url) as response: So this would be when you are downloading content from the given url. Inside you would get each chunk until the download is done. Then from there you would want to check that the response is ok and set the destination to write the file. You can also look into how Sketchfab does there _download() functionality

cadop commented 1 year ago

Was this resolved @Fruity-Grebbles ?

grebz-dev commented 1 year ago

Yes