More API cleanup

This commit is contained in:
Brett Williams
2026-06-06 06:47:04 -05:00
parent 250aa22557
commit d49cd9df79
5 changed files with 1127 additions and 13 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ class NewRenderJobForm(QWidget):
self.job_name_input.setText(directory)
def args_help_button_clicked(self):
url = (f'http://{self.server_proxy.hostname}:{self.server_proxy.port}/api/engine/'
url = (f'http://{self.server_proxy.hostname}:{self.server_proxy.port}/api/engines/'
f'{self.engine_type.currentText()}/help')
self.engine_help_viewer = EngineHelpViewer(url)
self.engine_help_viewer.show()