Viewport build

This commit is contained in:
2026-07-18 21:33:47 -07:00
parent 50ad462318
commit 160f6bdadf
3 changed files with 29 additions and 231 deletions

View File

@ -67,7 +67,7 @@ def on_depsgraph_update_post(self):
# Send last operator to Krom
wrd = bpy.data.worlds['Lnx']
if state.proc_play is not None and state.target == 'krom' and wrd.lnx_live_patch:
if (state.proc_play is not None or make._viewport_processes) and state.target == 'krom' and wrd.lnx_live_patch:
if not live_patch.on_depsgraph_update(depsgraph.updates):
ops = bpy.context.window_manager.operators
if len(ops) > 0 and ops[-1] is not None: