taichi-dev / taichi_elements

High-performance multi-material continuum physics engine in Taichi
MIT License
483 stars 69 forks source link

Emitters not working correctly #62

Closed PavelBlend closed 3 years ago

PavelBlend commented 3 years ago

This error is reproducible in blender 2.90.1. The error is reproduced on this commit: 3b4182ba734197e4d3db80552750d1c369524150 If there are several emitters and several inflows in the scene, then they will all behave like inflow. Here is a scene to reproduce the error: test_290.zip

yuanming-hu commented 3 years ago

Thanks for reporting this! I'll try to take a look tomorrow.

yuanming-hu commented 3 years ago

It seems that Taichi no longer works after I upgrade my Blender to 2.90.1: https://github.com/taichi-dev/taichi/issues/1990

I probably need to fix that first :-( Sorry about the delay...

PavelBlend commented 3 years ago

This bug is not reproducible in blender 2.93.0 and taichi_elements in the d3c2c8fa149129fdc8348a89c9735d2e83602151 commit. I will close this issue.