mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
cosmetic issue fix
This commit is contained in:
parent
507941c208
commit
e00ef8210c
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ class CreateRender(plugin.MaxCreator):
|
|||
self.chunkSize = plugin_settings["chunk_size"]
|
||||
self.group = plugin_settings["group"]
|
||||
self.deadline_pool = plugin_settings["deadline_pool"]
|
||||
self.deadline_pool_secondary = plugin_settings["deadline_pool_secondary"]
|
||||
self.pool_secondary = plugin_settings["deadline_pool_secondary"]
|
||||
|
||||
def create(self, subset_name, instance_data, pre_create_data):
|
||||
from pymxs import runtime as rt
|
||||
|
|
@ -77,7 +77,7 @@ class CreateRender(plugin.MaxCreator):
|
|||
label="Deadline Pool"),
|
||||
|
||||
TextDef("deadline_pool_secondary",
|
||||
default=self.deadline_pool_secondary,
|
||||
default=self.pool_secondary,
|
||||
label="Deadline Pool Secondary")
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue