Lukich Posted April 30, 2004 Share Posted April 30, 2004 Hi, all. I was wondering, if there's an easy way to loop the bgeo sequence that I'm bringing through the file sop? Thanks alot! Quote Link to comment Share on other sites More sharing options...
edward Posted April 30, 2004 Share Posted April 30, 2004 eg. geo.`($F-1) % 5`.bgeo Assuming of course that your sequence starts at frame 1 and runs for 5 files before cyclng. Quote Link to comment Share on other sites More sharing options...
mike Posted April 30, 2004 Share Posted April 30, 2004 another way: create a "spare-channel" with a segmentfunction: int(linear()) and use this channel in the filesop --> name"./spare.$F".bgeo Quote Link to comment Share on other sites More sharing options...
Jason Posted April 30, 2004 Share Posted April 30, 2004 If you're speeding up or slowing down the cycles, what is always the trick is making sure your selected geometry has the correct velocity blur vectors. Just a heads up, in case you're doing this. There are a few ways to get around this, and almost all of them ugly. Quote Link to comment Share on other sites More sharing options...
michael Posted April 30, 2004 Share Posted April 30, 2004 and don't forget about motion blur... Quote Link to comment Share on other sites More sharing options...
David Gary Posted May 1, 2004 Share Posted May 1, 2004 If the bgeos have exactly the same topology (come from the same object that has been edited/deformed, where all the point numbers match...), just append a trail SOP (option: compute velocity). Quote Link to comment Share on other sites More sharing options...
edward Posted May 2, 2004 Share Posted May 2, 2004 Speaking of topology, the new MatchTopology SOP in H6.5 is cool. But then maybe that's just me. 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.