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:
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_physics_fluid.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_fluid.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_fluid.py b/release/scripts/startup/bl_ui/properties_physics_fluid.py
index 6c7fba44988..ab92370f9ae 100644
--- a/release/scripts/startup/bl_ui/properties_physics_fluid.py
+++ b/release/scripts/startup/bl_ui/properties_physics_fluid.py
@@ -311,10 +311,10 @@ class PHYSICS_PT_domain_particles(PhysicButtonsPanel, Panel):
classes = (
FLUID_MT_presets,
- PHYSICS_PT_domain_boundary,
+ PHYSICS_PT_fluid,
PHYSICS_PT_domain_gravity,
+ PHYSICS_PT_domain_boundary,
PHYSICS_PT_domain_particles,
- PHYSICS_PT_fluid,
)
if __name__ == "__main__": # only for live edit.