PDA

View Full Version : how can i use image sequence for environment


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

CGTalk Moderation
12-03-2008, 06:03 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.