mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Add comment about pools
This commit is contained in:
parent
24a1dea3eb
commit
c853e8440f
1 changed files with 4 additions and 4 deletions
|
|
@ -18,8 +18,8 @@ from openpype.api import (
|
|||
)
|
||||
from openpype.hosts.maya.api import (
|
||||
lib,
|
||||
plugin,
|
||||
render_settings
|
||||
lib_rendersettings,
|
||||
plugin
|
||||
)
|
||||
from openpype.modules import ModulesManager
|
||||
|
||||
|
|
@ -158,7 +158,7 @@ class CreateRender(plugin.Creator):
|
|||
collection.getSelector().setPattern('*')
|
||||
|
||||
self.log.info("Applying default render settings..")
|
||||
render_settings.RenderSettings.apply_defaults()
|
||||
lib_rendersettings.RenderSettings.apply_defaults()
|
||||
return self.instance
|
||||
|
||||
def _deadline_webservice_changed(self):
|
||||
|
|
@ -209,7 +209,7 @@ class CreateRender(plugin.Creator):
|
|||
|
||||
def _create_render_settings(self):
|
||||
"""Create instance settings."""
|
||||
# get pools
|
||||
# get pools (slave machines of the render farm)
|
||||
pool_names = []
|
||||
default_priority = 50
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue