Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastián Barschkis <sebbas@sebbas.org>2020-04-30 16:55:35 +0300
committerSebastián Barschkis <sebbas@sebbas.org>2020-04-30 16:55:35 +0300
commitdc0a564c0616e181e06cd4f38b6c0920ea9e2348 (patch)
tree8aeae3a81bff63a8f32b3d9a73b8201189000d90 /release/scripts
parent7163e159c54524a34ca4bc96d37cd778d7b19822 (diff)
parent9ee7fc15afdaf2649ecae1478fe6ad3ad89af325 (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_fluid.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_fluid.py b/release/scripts/startup/bl_ui/properties_physics_fluid.py
index d6d2526384a..de526506f68 100644
--- a/release/scripts/startup/bl_ui/properties_physics_fluid.py
+++ b/release/scripts/startup/bl_ui/properties_physics_fluid.py
@@ -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")