Mental Ray Production Library – Enabling mip Shaders
Maya 2008 and up, was shipped with some un-supported mental ray Shaders called mip (mental images production) Shaders.
To expose theses Shaders in Maya we need to alter the mel script “mentalrayCustomNodeClass.mel” in this folder
C:\Program Files\Autodesk\Maya2009\scripts\others
Edit: It came to my attention there is an easier way of exposing these shaders
in your script editor type
optionVar -intValue “MIP_SHD_EXPOSE” 1;
restart Maya and the shaders will appear !
The HD vr. can be found here.
Here is my copy of the mel script along with my xpm files.
Use at your own risk !
Recent Entries
- Model showcase part 3 – Tutorial
- Maya 2011 send to Mudbox – Tip
- Multi UV tile is black in Maya viewport
- Mental ray standalone 3.8.1 iray for Maya 2011
- Creating Ambient Occlusion with transparency texture– Tutorial
- How to change Maya 2011 interface color
- Maya – Mudbox workflow – Troubleshoot
- Mental Ray Production Library – mip_rayswitch
- Mental Ray Production Library – mip_grayball
- Mental Ray Production Library – mip_gamma_gain
September 30th, 2009 at 1:00 pm
[...] on my previous post Mental Ray Production Library– Enabling mip Shaders .We can now start exploring the available new [...]
November 13th, 2009 at 7:36 pm
Hello,
These information was absolutely fantastic!!! thank you very much, i have try to do the same on a mac and it didn’t work for the enable do you have any idea why it didn’t work?
Thank you so much,
best,
Paulo
optionVar – iv “MIP_SHD_EXPOSE” 1;
November 14th, 2009 at 8:19 pm
Thanks Thanks Ashraf, really usefull tips…..
April 30th, 2010 at 3:51 am
Hi,
This is great info. I just enable it in 2011. My question is, when i Mentalray Production shaders are enabled, my other shaders ICON like Mia and Mib shaders will not render properly in Hypershade window.
Any explanation to how this happened?
Thanks !!
April 30th, 2010 at 9:22 am
I just tested on Maya 2011 win 32 and it works fine. The mia material still works with no problem.
Remove your preference folder called 2011, located here C:\My Documents\maya and restart .
If still a problem, take my MEL script I placed in the blog
May 5th, 2010 at 3:17 am
hey Ashraf,
this was really helpfull, I’ve been looking for a while on how to do this, and this little tutorial was just perfect, keep up this nice qharing of yours.
thanks alot
matt.
August 4th, 2010 at 1:47 pm
i’m trying to get this to work on Maya 2011 on Mac
the optionVar – iv “MIP_SHD_EXPOSE” 1; is not working any ideas?
thanks
ian z
August 4th, 2010 at 2:35 pm
Make sure to type the ” using your keyboard . sometimes the copy and paste add extra characters.