Skip to content

Commit fd41b36

Browse files
committed
Display modifier with use_property_split in N panel
1 parent 1332c21 commit fd41b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_vis/geonodes/modifier_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ def draw_modifier_inputs(
122122
modifier: bpy.types.Modifier,
123123
layout: bpy.types.UILayout,
124124
) -> None:
125+
layout.use_property_split = True
125126
col = layout.column()
126-
col.label(text=f"{modifier.name}")
127127
for item in modifier.node_group.interface.items_tree:
128128
if item.item_type == "PANEL":
129129
col = layout.box()

0 commit comments

Comments
 (0)