UI: Use single column layout on Tangent node #113902

Merged
Pablo Vazquez merged 2 commits from pablovazquez/blender:ui-node-tangent-layout into main 2023-10-18 18:37:33 +02:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 36054e0c77 - Show all commits

View File

@ -44,8 +44,6 @@ static void node_shader_buts_tangent(uiLayout *layout, bContext *C, PointerRNA *
uiItemR(
layout, ptr, "axis", UI_ITEM_R_SPLIT_EMPTY_NAME | UI_ITEM_R_EXPAND, nullptr, ICON_NONE);
}
uiItemS(layout);
}
pablovazquez marked this conversation as resolved Outdated

This is a general problem with nodes drawing, best to not just fix it for this one node.

This is a general problem with nodes drawing, best to not just fix it for this one node.
static void node_shader_init_tangent(bNodeTree * /*ntree*/, bNode *node)