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:
@ -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:
|
||||
|
Reference in New Issue
Block a user