[Bf-extensions-cvs] [38eb5e03] master: BlenderKit: fix a bug in previous commit - forgotten print was throwing errors

Vilém Duha noreply at git.blender.org
Tue Sep 10 16:56:18 CEST 2019


Commit: 38eb5e03f971abf89a585be68354a611a314f0a8
Author: Vilém Duha
Date:   Wed Sep 4 15:52:10 2019 +0200
Branches: master
https://developer.blender.org/rBA38eb5e03f971abf89a585be68354a611a314f0a8

BlenderKit: fix a bug in previous commit - forgotten print was throwing errors

===================================================================

M	blenderkit/append_link.py

===================================================================

diff --git a/blenderkit/append_link.py b/blenderkit/append_link.py
index 61808af7..3ef6f4a1 100644
--- a/blenderkit/append_link.py
+++ b/blenderkit/append_link.py
@@ -104,7 +104,6 @@ def link_group(file_name, obnames=[], location=(0, 0, 0), link=False, **kwargs):
     main_object = bpy.context.view_layer.objects.active
     main_object.instance_type = 'COLLECTION'
     for col in bpy.data.collections:
-        print(col.name, col.library, file_name)
         if col.library is not None:
             if col.library.filepath == file_name:
                 main_object.instance_collection = col



More information about the Bf-extensions-cvs mailing list