Skip to content

Commit

Permalink
fix(download): Fixes cc textures download link
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerfarmer committed Sep 11, 2023
1 parent c700811 commit 83db1de
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 83db1de

Please sign in to comment.