Minor bug
This commit is contained in:
parent
71eafc1648
commit
22894b01c9
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue