liu_0083 Posted January 23, 2006 Share Posted January 23, 2006 I am used to render sequence images started at 1001, like myImage.1001.tif (not myImage.0001.tif). But when I read the sequence with myImage.1$F3.tif it shows no error but nothing appear in the display. Have anyone ever encountered this ? Thx. Quote Link to comment Share on other sites More sharing options...
aracid Posted January 23, 2006 Share Posted January 23, 2006 I am used to render sequence images started at 1001, like myImage.1001.tif (not myImage.0001.tif). But when I read the sequence with myImage.1$F3.tif it shows no error but nothing appear in the display. Have anyone ever encountered this ?Thx. 24046[/snapback] you could try myImage.1`padzero (3,$F)`.tif this would result in myImage.1001.tif if u need ie. 10001.tif change the 3 to a 4 Quote Link to comment Share on other sites More sharing options...
malexander Posted January 23, 2006 Share Posted January 23, 2006 You can't break up the frame number into static and dynamic parts. The best way to read in your sequence is: myImage.$F.tif and set 'Override frame range' to on, then Start Frame to 1. Quote Link to comment Share on other sites More sharing options...
liu_0083 Posted January 24, 2006 Author Share Posted January 24, 2006 Got it! The simplest way is to keep the file string as myImage.$F.tif and also Override Frame Range = On Shift to Start At Frame = 1 File Range Start = 1001 Everything work fine then. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.