BlenderKit: Appending of broken files didn't delete the files

thus disabling the addon from re-trying to download the asset
This commit is contained in:
Vilém Duha 2021-04-05 19:36:19 +02:00
parent 414f63669f
commit b4d5d760e8
1 changed files with 0 additions and 3 deletions

View File

@ -932,9 +932,6 @@ def try_finished_append(asset_data, **kwargs): # location=None, material_target
if len(file_names) > 0:
if os.path.isfile(file_names[-1]):
kwargs['name'] = asset_data['name']
append_asset(asset_data, **kwargs)
done = True
return done
try:
append_asset(asset_data, **kwargs)
done = True