BlenderProc
BlenderProc copied to clipboard
fix(download): allow to resume cc_textures download
Resume cc_textures download when the same output folder is provided. Already downloaded textures are skipped and only missing ones are downloaded.
closes #375 #469
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Guillem Vallicrosa. This is most likely caused by a git client misconfiguration; please make sure to:
- check if your git client is configured with an email to sign commits
git config --list | grep email
- If not, set it up using
git config --global user.email [email protected]
- Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails
This got solved in #658.