feat(ui): add dedicated cancel button for batch rendering

This commit is contained in:
2026-06-02 23:07:09 +02:00
parent d1a5655464
commit 634700e4db
3 changed files with 21 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ from . import properties, operators, panel
classes = (
properties.SceneRendererSettings,
operators.SCENERENDERER_OT_render_all,
operators.SCENERENDERER_OT_cancel_batch,
panel.SCENERENDERER_PT_panel,
)