Make toolpath of selected operation an active object

pull/92/head
ksuprynowicz 2016-07-20 09:59:46 +02:00
rodzic c6dddb6dbf
commit 5ff5bf5aec
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -98,6 +98,7 @@ def updateOperation(self, context):
if ob.hide == True:
ob.hide = False
was_hidden_dict[ao.path_object_name] = True
bpy.context.scene.objects.active = ob
except:
pass