Jump to content

substep sim data


haggi

Recommended Posts

Hi,

I have a flip fluid simulation which works quite nicely. Now I want to do a bit slowmotion. I tried autoDop time scale what works quite fine, but with smaller scale, the simulation tends to be a bit unstable. So my idea was to simulate with substeps and write the substep data to a sim file with $SF as file numbering. Unfortunatly all sim data will be written what is quite expensive because I have a high detailed collision object. So my question is: I'd like to write only my simulated particles to a sim file, how can I remove all other elements before writing the file?

Link to comment
Share on other sites

The DOP caches store everything. As far as I know that's exactly what they're for. If you just want points then do it at the SOP level. Lets say you have 10 substeps now and 24 FPS, change the FPS to 240 (substeps times FPS) and change the substeps to 1 then cache it out at the SOP level. If there's a way to do this at the DOP level I'm curious to know and someone please correct me!

Link to comment
Share on other sites

Oh, yes. Changing fps is a good idea. Until now I only changed the time scale in dops. I simply used a dop file node and exported the substeps with $SF. Then I read the result with $F what reads a substep per frame. Works fine. I'll test the fps modification.

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...