You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scene is loaded normally the second time but the fluid model disappears on start, and getPosition returns Nan.
Additionally, the logger created in the constructor is not removed when the SimulationBase is destroyed, which leads to duplicated lines in the output.
The custom exporter feature can lead to NPE on python side at gc or at SimulationBase destruction as both try to cleanup the exporter pointer.
The text was updated successfully, but these errors were encountered:
I tested your script using the DoubleDamBreak.json example. Both simulations ran without any problem. However, I also got the double output from the logger.
Hi,
There may be some a problem with SimulationBase cleanup as the module breaks when a second SimulationBase is created with the same scene file.
The scene is loaded normally the second time but the fluid model disappears on start, and getPosition returns Nan.
Additionally, the logger created in the constructor is not removed when the SimulationBase is destroyed, which leads to duplicated lines in the output.
The custom exporter feature can lead to NPE on python side at gc or at SimulationBase destruction as both try to cleanup the exporter pointer.
The text was updated successfully, but these errors were encountered: