...
The script freezes a particle volume at the beginning of the simulation (only works with standard particle fluids only):
Code Block | ||
---|---|---|
| ||
emitter = scene.get_PB_Emitter("Circle01") particles = emitter.getParticles() for particle in particles: particle.freeze() |
...