Fluid: Removed domain size option from diffusion panel

Domain size parameter no longer needed (unsed right now). Domain size is directly taken from object.
This commit is contained in:
Sebastián Barschkis
2020-04-30 15:40:47 +02:00
parent 4d63dfca4c
commit 9ee7fc15af
4 changed files with 1 additions and 10 deletions

View File

@@ -1002,7 +1002,6 @@ class PHYSICS_PT_diffusion(PhysicButtonsPanel, Panel):
col.prop(domain, "viscosity_exponent", text="Exponent", slider=True)
col = flow.column()
col.prop(domain, "domain_size", text="Real World Size")
col.prop(domain, "surface_tension", text="Surface Tension")