mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
add missing get_asset()
This commit is contained in:
parent
7ea7a0f5f5
commit
854ec3b762
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,8 @@ from maya.app.renderSetup.model import renderSetup
|
|||
from avalon.api import Session
|
||||
from openpype.api import (
|
||||
get_system_settings,
|
||||
get_project_settings
|
||||
get_project_settings,
|
||||
get_asset,
|
||||
)
|
||||
from openpype.hosts.maya.api import (
|
||||
lib,
|
||||
|
|
@ -421,7 +422,6 @@ class CreateRender(plugin.Creator):
|
|||
|
||||
asset = get_asset()
|
||||
|
||||
|
||||
if renderer == "vray":
|
||||
self._set_vray_settings(asset)
|
||||
if renderer == "redshift":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue