From 1fb9b6b1a173534290d09a4bfb25e3ffb0956c56 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 22 Jul 2020 09:16:17 -0400 Subject: UI: Use property split for simulation modifier --- source/blender/modifiers/intern/MOD_simulation.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/blender/modifiers/intern/MOD_simulation.cc b/source/blender/modifiers/intern/MOD_simulation.cc index d9cc9840e08..85d9b47a861 100644 --- a/source/blender/modifiers/intern/MOD_simulation.cc +++ b/source/blender/modifiers/intern/MOD_simulation.cc @@ -131,6 +131,9 @@ static void panel_draw(const bContext *C, Panel *panel) PointerRNA ob_ptr; modifier_panel_get_property_pointers(C, panel, &ob_ptr, &ptr); + uiLayoutSetPropSep(layout, true); + uiLayoutSetPropDecorate(layout, false); + uiItemR(layout, &ptr, "simulation", 0, NULL, ICON_NONE); uiItemR(layout, &ptr, "data_path", 0, NULL, ICON_NONE); -- cgit v1.2.3