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:
Diffstat (limited to 'blenderkit/download.py')
-rw-r--r--blenderkit/download.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/blenderkit/download.py b/blenderkit/download.py
index f0c101a1..a217cc83 100644
--- a/blenderkit/download.py
+++ b/blenderkit/download.py
@@ -319,7 +319,6 @@ def append_asset(asset_data, **kwargs): # downloaders=[], location=None,
if scene is not None:
props = scene.blenderkit
asset_main = scene
- # print(sprops.switch_after_append)
if sprops.switch_after_append:
bpy.context.window_manager.windows[0].scene = scene
@@ -1036,7 +1035,6 @@ def asset_in_scene(asset_data):
au = scene.get('assets used', {})
id = asset_data['assetBaseId']
- print(id)
if id in au.keys():
ad = au[id]
if ad.get('files'):