mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[submitters] Add an option to update the job title on submitters
This commit is contained in:
parent
b3c1196e41
commit
eac43c84c3
9 changed files with 31 additions and 14 deletions
|
@ -461,6 +461,9 @@ class Reconstruction(UIGraph):
|
|||
def setDefaultPipeline(self, defaultPipeline):
|
||||
self._defaultPipeline = defaultPipeline
|
||||
|
||||
def setSubmitLabel(self, submitLabel):
|
||||
self.submitLabel = submitLabel
|
||||
|
||||
def initActiveNodes(self):
|
||||
# Create all possible entries
|
||||
for category, _ in self.activeNodeCategories.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue