This commit is contained in:
2026-04-27 19:21:50 -07:00
parent 98856b3f54
commit a3d5fa846b
16 changed files with 513 additions and 337 deletions

View File

@ -43,6 +43,8 @@ _last_render_engine = None
def on_depsgraph_update_post(self):
if state.proc_build is not None:
return
if state.is_exporting:
return
# Recache
depsgraph = bpy.context.evaluated_depsgraph_get()