Fluid: Added new option to control the maximum number fluid particles in the simulation
New option that lets users the define the maximum number of fluid particles that will be allowed in the simulation. This can come in handy, for example, to ensure that the particle count will not exceed the hardware capabilities, or to avoid excessive amounts of particles in a scene.
This commit is contained in:
@@ -473,6 +473,7 @@ class PHYSICS_PT_liquid(PhysicButtonsPanel, Panel):
|
||||
col = flow.column()
|
||||
col.prop(domain, "simulation_method", expand=False)
|
||||
col.prop(domain, "flip_ratio", text="FLIP Ratio")
|
||||
col.prop(domain, "sys_particle_maximum", text="System Maximum")
|
||||
col = col.column(align=True)
|
||||
col.prop(domain, "particle_radius", text="Particle Radius")
|
||||
col.prop(domain, "particle_number", text="Sampling")
|
||||
|
Reference in New Issue
Block a user