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-04 01:44:25 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-04-04 01:44:25 +0300
commit179b642a4bea501f3120c4ec89a1f54c1eafc205 (patch)
treeb410b719ecad9d90eab6a4df852b3fdef3c5c009 /blenderkit/download.py
parent449e2c4072d507c873d0a6246f401293a9abad3c (diff)
BlenderKit: Silence more printouts and remove fullstops at the end of property descriptions.
Diffstat (limited to 'blenderkit/download.py')
-rw-r--r--blenderkit/download.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/blenderkit/download.py b/blenderkit/download.py
index cfe5d1f9..7fada2b9 100644
--- a/blenderkit/download.py
+++ b/blenderkit/download.py
@@ -60,7 +60,7 @@ def check_missing():
if not os.path.exists(fp) and l.get('asset_data') is not None:
missing.append(l)
- print('missing libraries', missing)
+ # print('missing libraries', missing)
for l in missing:
asset_data = l['asset_data']
@@ -153,10 +153,10 @@ def scene_load(context):
# check for group users that have been deleted, remove the groups /files from the file...
# TODO scenes fixing part... download the assets not present on drive,
# and erase from scene linked files that aren't used in the scene.
- print('continue downlaods ', time.time() - t)
+ # print('continue downlaods ', time.time() - t)
t = time.time()
check_missing()
- print('missing check', time.time() - t)
+ # print('missing check', time.time() - t)
def get_scene_id():