mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
set the correct path for filters, image ouptut and image directory
This commit is contained in:
parent
8b5a7c4061
commit
f63c28fd5b
1 changed files with 1 additions and 2 deletions
|
|
@ -106,8 +106,7 @@ class RenderSettings(object):
|
|||
if renderer == "renderman":
|
||||
image_dir = self._image_dir["renderman"]
|
||||
rman_image_dir_attr = "rmanGlobals.imageOutputDir"
|
||||
cmds.setAttr(rman_image_dir_attr,
|
||||
image_dir,type= "string")
|
||||
cmds.setAttr(rman_image_dir_attr, image_dir, type= "string")
|
||||
self._set_renderman_settings(width, height)
|
||||
|
||||
def _set_arnold_settings(self, width, height):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue