4
4
mirror of https://github.com/H-uru/korman.git synced 2025-07-14 22:36:52 +00:00

__enter__ must return a value

This commit is contained in:
2016-02-15 18:18:42 -05:00
parent 80ad230863
commit a11b1a92b2

View File

@ -143,6 +143,7 @@ class _UiHelper:
self.frame_num = scene.frame_current
scene.frame_set(scene.frame_start)
scene.update()
return self
def __exit__(self, type, value, traceback):
for i in bpy.data.objects: