PYPE-253_fix_aov_publishing_from_maya

This commit is contained in:
Milan Kolar 2019-07-19 16:31:06 +02:00
parent e1a2bb0b10
commit c183f04454

View file

@ -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):