Minor bug
This commit is contained in:
parent
71eafc1648
commit
22894b01c9
1 changed files with 3 additions and 2 deletions
|
@ -242,7 +242,8 @@ def read_renders(win):
|
||||||
except:
|
except:
|
||||||
pass
|
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.
|
# The rest of it I will do in the UI.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue