Hi Pros,
…once again,
I am looking for a python command to check which MR-Version my Maya is using.
The Outliner tells me when I start Maya, but I want to use a script to give this
Information via XML to our render-queue-manager.
Outliner:
can you help me out, and tell me the python command to grap the MR-Version.Code:mental ray for Maya 2013 mental ray: version 3.10.1.4, Jan 31 2012, revision 165283
For the Maya-Version I can use something like:
Thanks,Code:import maya.cmds as cmds getMRVersion = int(cmds.about(version=True)[:4]) print getMRVersion
Cheers, 5inch


Reply With Quote