mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🚨 make peace with the hound 🐶
This commit is contained in:
parent
04e6f5f4bb
commit
aeaad018c1
1 changed files with 2 additions and 4 deletions
|
|
@ -15,14 +15,12 @@ class RenderProducts(object):
|
|||
|
||||
def __init__(self, project_settings=None):
|
||||
self._project_settings = project_settings or get_project_settings(
|
||||
legacy_io.Session["AVALON_PROJECT"]
|
||||
)
|
||||
legacy_io.Session["AVALON_PROJECT"])
|
||||
|
||||
def get_beauty(self, container):
|
||||
render_dir = os.path.dirname(rt.rendOutputFilename)
|
||||
|
||||
output_file = os.path.join(render_dir,
|
||||
container)
|
||||
output_file = os.path.join(render_dir, container)
|
||||
|
||||
setting = self._project_settings
|
||||
img_fmt = setting["max"]["RenderSettings"]["image_format"] # noqa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue