kubabuk Posted August 1, 2007 Share Posted August 1, 2007 Hi, Is there any easy way to bring *.bgeo sequence in a reverse order, Hscript, Python or any SOP I haven't discovered yet? thanks kuba Quote Link to comment Share on other sites More sharing options...
symek Posted August 1, 2007 Share Posted August 1, 2007 Hi,Is there any easy way to bring *.bgeo sequence in a reverse order, Hscript, Python or any SOP I haven't discovered yet? thanks kuba I'm not at the front of a Houdini right now but can't you just express padding as some substaction like: myGeoFile.`100-$F`.bgeo or myGeoFile.`$FEND-$F`.bgeo (not sure what is a global variable with last frame at timebar $FEND? - but you know what I mean) possibily using padzero() expression if needed. You must know total geo number than of course but it's very easy do it like this. You can also remap frame with some channel magic. I have python class which handles pretty well with padded files on disk (i.e. it returns list with all files sequences found in folder (+subfolders) paddded, unpadded or without ending frame numbers) but I'm not sure now (without Houdini) how to implement it in H. and I think also it's too complicated since you can just use expressions. But if you need more info, send me PM. czesc, sy. Quote Link to comment Share on other sites More sharing options...
kubabuk Posted August 2, 2007 Author Share Posted August 2, 2007 Czesc, I messed up padding in my sequences, completely forgot about padzero thing! Dzieki za pomoc pozdr. kuba 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.