SOP Flip Solver Checkpoints not working

   1683   5   1
User Avatar
Member
155 posts
Joined: 11月 2015
Offline
I want to activate checkpoints while simulating a waterfall but for some reason as soon as the Checkpoint Interval is reached it deletes everything in the sim and goes on blank until the last frame is reached.

I am using more or less default values everywhere.

Is this some sort of bug or am I doint it wrong?
Edited by chf - 2022年8月11日 16:26:24

Attachments:
waterfall_v01_forum.hiplc (6.7 MB)

User Avatar
Member
155 posts
Joined: 11月 2015
Offline
any ideas?

should I send a bug report?
User Avatar
Member
2 posts
Joined: 6月 2022
Offline
chf
any ideas?

should I send a bug report?
Same here, looks like it´s a bug.
Working pretty well using DOP.
Edited by Caue Rodrigues - 2023年6月4日 09:02:04

Attachments:
untitled.mp4 (926.4 KB)

User Avatar
Member
2 posts
Joined: 6月 2021
Offline
Bumping this, I was setting up a sim today and it seems that the file cache node breezes through all the frames, the check box to turn on checkpoints seems to freeze the sim.
User Avatar
Member
2 posts
Joined: 4月 2017
Offline
Hey!

Im not sure if you solved it already but in any case I just bumped into the same issue.

What I found out is that when you enable Checkpointing in the SOP Flip Solver, it for some reason doesn't pass the $SF simulation frame value, that is required in the filename, on to the dopnetwork inside the SOP Flip Solver node.

What happens then is that the .sim files get written without a frame value.
(FILENAME..sim instead of FILENAME.1.sim for the first frame)
The solver doesn't know what to do with that and the rest of the sim is blank.

To fix it you can dive inside the SOP Flip Solver and break the Checkpoint File Name Connection on the DOP Net in there and set it yourself to FILELOCATION/FILENAME.$SF.sim

My guess is that $SF doesnt even exist on SOP Level where the SOP FLIP Solver node tries to evaluate it, since it is the Simulation Frame. Therefore it returns a blank value.

Hope this helps

Cheers
User Avatar
Member
1 posts
Joined: 10月 2015
Offline
Hello everyone, I found a solution for this problem
It works when you add a \ before the $SF , like this:

FILELOCATION/FILENAME.\$SF.sim

I hope this can helps.
  • Quick Links