mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Add comment about pool_names source
This commit is contained in:
parent
c853e8440f
commit
b5004aeaa5
1 changed files with 2 additions and 1 deletions
|
|
@ -253,7 +253,8 @@ class CreateRender(plugin.Creator):
|
|||
# if 'default' server is not between selected,
|
||||
# use first one for initial list of pools.
|
||||
deadline_url = next(iter(self.deadline_servers.values()))
|
||||
|
||||
# Uses function to get pool machines from the assigned deadline
|
||||
# url in settings
|
||||
pool_names = self._get_deadline_pools(deadline_url)
|
||||
maya_submit_dl = self._project_settings.get(
|
||||
"deadline", {}).get(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue