Merge branch 'blender-v3.4-release'

This commit is contained in:
Leon Schittek 2022-11-21 11:45:12 +01:00
commit 85990c877c
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ static void ui_node_draw_input(
sub = uiLayoutRow(sub, true);
uiLayoutSetAlignment(sub, UI_LAYOUT_ALIGN_RIGHT);
uiItemL(sub, IFACE_(input.name), ICON_NONE);
uiItemL(sub, IFACE_(nodeSocketLabel(&input)), ICON_NONE);
}
if (dependency_loop) {