Added high-res pass

This commit is contained in:
2025-08-03 12:55:31 +02:00
parent 60d28e92d0
commit 9801f69d0b
9 changed files with 233 additions and 69 deletions

View File

@ -95,6 +95,9 @@ class EditorManager:
dpg.add_menu_item(
label="Save Layout", callback=self.layout_manager.save_layout
)
dpg.add_menu_item(
label="Run full-res pipeline", callback=lambda: self.bus.publish_deferred("process_full_res", None)
)
dpg.add_menu_item(
label="Quit", callback=lambda: dpg.stop_dearpygui()
)