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

@ -242,6 +242,7 @@ def read_renders(win):
except: except:
pass pass
if blend in win.renders:
win.renders[blend]["current_frame"] = frame 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.