Fix syntax error in 07ec6458

This commit is contained in:
Sergey Sharybin 2019-05-23 12:42:41 +02:00
parent 57684e2bbf
commit 3469a7b5c4
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ def write_mesh(context, info, report_cb):
del obj_tmp, obj, mesh
# restore context
for ob in context_backup["selected_objects"]
for ob in context_backup["selected_objects"]:
ob.select_set(True)
layer.objects.active = context_backup["active_object"]