Merge branch 'blender-v2.83-release'

This commit is contained in:
Sebastián Barschkis
2020-04-30 15:55:35 +02:00
10 changed files with 22 additions and 17 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")