hi,
I’m facing a problem of installing Lglass in Maya 2010.
I received this massage
" // Warning: (Mayatomr.Scene) : pSphere1: can’t resolve light links, ignored // "
Is there anyone know why? I wander is it my maya.rayrc have been edited wrong?
my maya.rayrc
#*****************************************************************************
Evaluated at startup time of the plug-in to fill the mental ray registry.
#*****************************************************************************/
mental ray registry entries set here will be applied
in mental ray for Maya upon plug-in load. They may be used to
adjust mental ray library search path to look for
shader binaries in my local directory first
registry “{_MI_REG_LIBRARY}” value “C:/myshader/Release;{MAYABASE}/lib” end registry
define some useful registry variables
registry “{MAYABASE}” value “<INSTALLDIR>/mentalray” end registry
registry “{SYSTEM}” value “windows” end registry
registry “{DSO}” value “dll” end registry
mental ray registry commands within the _MI_MAYA_STARTUP key
will be executed upon first rendering in mental ray only.
registry “{_MI_MAYA_STARTUP}”
value “mental ray startup upon rendering” # required, don’t remove
These commands are invisible to Maya, they may be used to
load auxiliary libraries into mental ray, like image plug-ins.
link “myimageformat.so”
force some standard shaders into mental ray hidden to Maya
(not using explicit directory path here when using network rendering)
link myshader.{DSO}
force the declaration of my shaders into mental ray, in case
it was not loaded with mental ray for Maya Node Factory
mi “C:/myshader/include/myshader.mi”
link “{MAYABASE}/lib/l_glass.{DSO}”
…
mi “{MAYABASE}/include/l_glass.mi”
