knarasimham
12-03-2008, 06:03 AM
Hai to all
I am facing the problem with image sequence for environment. I got this in maya file through the following steps
I add one attribute for the environment say custattr
then i wrote one expression
RenderManEnvLightShape1.custattr = frame;
if (frame < 10)
setAttr -type "string" "RenderManEnvLightShape1.rman__EnvMap" ("D:/temp/envimags/glx1280b.00" + frame + ".sgi");
else if(frame > 9 && frame < 100)
setAttr -type "string" "RenderManEnvLightShape1.rman__EnvMap" ("D:/temp/envimags/glx1280b.0" + frame + ".sgi");
It is working on the maya file everyframe the image sequence i got, but when render time it wont work. This is very urgent for me.
Please help
I am facing the problem with image sequence for environment. I got this in maya file through the following steps
I add one attribute for the environment say custattr
then i wrote one expression
RenderManEnvLightShape1.custattr = frame;
if (frame < 10)
setAttr -type "string" "RenderManEnvLightShape1.rman__EnvMap" ("D:/temp/envimags/glx1280b.00" + frame + ".sgi");
else if(frame > 9 && frame < 100)
setAttr -type "string" "RenderManEnvLightShape1.rman__EnvMap" ("D:/temp/envimags/glx1280b.0" + frame + ".sgi");
It is working on the maya file everyframe the image sequence i got, but when render time it wont work. This is very urgent for me.
Please help
