added support for collection instances

This commit is contained in:
Kalle-Samuli Riihikoski 2018-12-08 15:16:25 +02:00
parent a792af89e9
commit b3fdd90546
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ class SCENE_OT_import(bpy.types.Operator):
break
obj_pathh.close()
for scene_objects in bpy.context.collection.objects:
for scene_objects in bpy.context.collection.all_objects:
if(scene_objects.type == 'MESH'):
if(scene_objects.coat3D.applink_address == new_applink_address):
new_object = False