Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVilem Duha <vilem.duha@gmail.com>2019-04-30 22:43:41 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-05-19 16:45:49 +0300
commit9be41665fdc77a4cbe29451e13106d70f239cf4a (patch)
treed8ff8b8358866012a145d62146fddae4e366c890 /blenderkit/download.py
parent2f9bd3f0ffff093dfc5bdfdce0aeaada243423ae (diff)
BlenderKit: Basic private quota checking works now.
Diffstat (limited to 'blenderkit/download.py')
-rw-r--r--blenderkit/download.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/blenderkit/download.py b/blenderkit/download.py
index bffb2e8a..c8695f5e 100644
--- a/blenderkit/download.py
+++ b/blenderkit/download.py
@@ -425,7 +425,6 @@ def append_asset(asset_data, **kwargs): # downloaders=[], location=None,
else:
target_object.material_slots[kwargs['material_target_slot']].material = material
- props = material.blenderkit
parent = material
parent['asset_data'] = asset_data # TODO remove this??? should write to blenderkit Props?