Minor bug

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2023-03-07 04:23:41 +00:00
parent 71eafc1648
commit 22894b01c9

View file

@ -241,8 +241,9 @@ def read_renders(win):
frame = int(blend_string[4:blend_string.find(" ")])
except:
pass
win.renders[blend]["current_frame"] = frame
if blend in win.renders:
win.renders[blend]["current_frame"] = frame
# The rest of it I will do in the UI.