mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
PYPE-253_fix_aov_publishing_from_maya
This commit is contained in:
parent
e1a2bb0b10
commit
c183f04454
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class ValidateRenderSettings(pyblish.api.InstancePlugin):
|
|||
|
||||
DEFAULT_PADDING = 4
|
||||
RENDERER_PREFIX = {"vray": "<Scene>/<Layer>/<Layer>"}
|
||||
DEFAULT_PREFIX = "<Scene>/<RenderLayer>/<RenderLayer>"
|
||||
DEFAULT_PREFIX = "<Scene>/<RenderLayer>/<RenderLayer>_<RenderPass>"
|
||||
|
||||
def process(self, instance):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue