Skip to content

Commit

Permalink
Merge pull request #976 from DLR-RM/iss973_cctextures_downloadfix
Browse files Browse the repository at this point in the history
fix(download): Fixes cc textures download link
  • Loading branch information
cornerfarmer authored Sep 15, 2023
2 parents c700811 + 83db1de commit 51e5d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blenderproc/scripts/download_cc_textures.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def cli():
for download_attr in current_download_dict["zip"]["downloads"]:
if "attribute" in download_attr and download_attr["attribute"] == "2K-JPG":
data[asset["assetId"]] = (
download_attr["fullDownloadPath"], download_attr["zipContent"])
download_attr["downloadLink"], download_attr["zipContent"])
else:
print(f"No zip or downloads found for asset: {asset['assetId']}")
else:
Expand Down

0 comments on commit 51e5d25

Please sign in to comment.