renderPathes

Automatic setup of the correct rendering pathes for images according to Pipeline standards. It is ment to work with VRay for Maya exclusively. This is a very simple module, it basically only determines where renderings will go to.


Usage

from helga.maya.rendering.renderPathes import renderPathes
reload(renderPathes)

#Create instance
renderPathesInstance = renderPathes.RenderPathes()
#set render pathes for final lighting
renderPathesInstance.setPathLighting()
#set render pathes for testing
renderPathesInstance.setPathTesting()

class helga.maya.rendering.renderPathes.renderPathes.RenderPathes[source]
setPathLighting()[source]

Render path for images. The output here should be copied and used by compositing.

setPathTesting()[source]

Render path for testing images. The output here is purely for your own testing and could be deleted anytime. If you want to keep it, then copy it to your rnd folder.

vrayLoaded()[source]

Check if the VRay for Maya Plugin is loaded.

vrayRenderSettingsNode()[source]

Get Vray rendersettings node