gosch Posted May 12, 2012 Share Posted May 12, 2012 Hi, everybody! Is it possible to render a sequence with variable increment? for example: 1, 1.25, 2, 2.25, 3, 3.35 etc. Trying to find a way to render motion blur sample to alembic Quote Link to comment Share on other sites More sharing options...
michael Posted May 12, 2012 Share Posted May 12, 2012 in your Global Animation Options turn OFF Integer Frame Values and set the increment you want... Quote Link to comment Share on other sites More sharing options...
Fabiano Berlim Posted May 13, 2012 Share Posted May 13, 2012 $FF does the job. But keep in mind there are some workflow problems. There's no such variable to pad zeros with float numbers, so $FF4 doesn't exist. You need to use hscript or python to do the job. In "File Choose Window", if you turn on the "Show sequence as one entry", it will display your files as several sequences. Forget it. Just copy the original save name to load and Houdini does the rest. Quote Link to comment Share on other sites More sharing options...
gosch Posted May 14, 2012 Author Share Posted May 14, 2012 Thanks for the answers! The point is that I want to write a sequence with varying increment in one pass, like: 1, 1.25, 2, 2.25 - as you can see, increment toggles from 0.25 to 0.75. And it seems to be bit tricky. Actually, when saving to bgeo, I managed to do this with combination of geometry rop and frame_dependency node. But writing to alembic in such a way doesn't bring a success. I still can't detect right time samples. 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.