anto187 Posted December 9, 2016 Share Posted December 9, 2016 hello all, is somebody has solved problem like this, when i substepping the simulation into 10 substep on the dopnetwork, then setup the step playback frame into 0.1, then i write the cache with step 0.1, i got error number sequence. i had try with freeware for batching rename, but still didnt get the patern number because every 10 frame, the lenght of the filename was difference. its okay if the range under 100 framets but my frame above 3000 fame, its paintfully if i manualy rename the file. is there anyone ever had solve this case? thanks all. Quote Link to comment Share on other sites More sharing options...
carlo_c Posted December 9, 2016 Share Posted December 9, 2016 You can pad out the frame numbers with zeros using a number after $F so $F4 would give you 0001. I think this is what you're missing from your filename. You can check the docs for more info http://www.sidefx.com/docs/houdini/render/expressions Quote Link to comment Share on other sites More sharing options...
anto187 Posted December 9, 2016 Author Share Posted December 9, 2016 ok, ill try. maybe ill try using $SF too, because my substep sim on 10, and frame setup on step was 0.1. i will confirm when it finished. but for now im still setuping the other element for completing the FX. Quote Link to comment Share on other sites More sharing options...
stevegh Posted December 9, 2016 Share Posted December 9, 2016 Like Carlo said, $F# or $SF# (#=3, 4, 5...) will pad numbers with # number of 0's. When reading file you an also use filename.`padzero(#, $F/$SF)`.ext if that helps at all. 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.