Mental ray mia_envblur shader fix arch & design

3dsmax, maya, afx 3d, programming, math, conservation, model making, rigging
Post Reply
darknkreepy3#
Site Admin
Posts: 247
Joined: Tue Oct 27, 2009 9:33 pm

Mental ray mia_envblur shader fix arch & design

Post by darknkreepy3# »

I saw this from zap's mental ray tips here:
http://mentalraytips.blogspot.com/

It seems the typo 'not' makes some functionality in the mia_envblur stay at a fixed state, so you cannot tweak it and carry on to the arch&design parameters wiring etc. Here is the fix found:

Code: Select all

"mia_material_blur" = interface "not m.mia_material_blur",
just remove the 'not' and save

located in:
<3dsmax>\mentalimages\shaders_standard\mentalray\include
C:\Program Files\Autodesk\3ds Max 2011\mentalimages\shaders_standard\mentalray\include

Here is a notepad++ screencapture of it's location in 3ds max 2011
Image

thanks to mentalraytips for this heads up!
Post Reply