Jump to content

Reverse Bgeo Sequence


Recommended Posts

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...