UI / Nodes: Revert Slider for "Value" node, this is no percentage nor a 0-1 range.
This commit is contained in:
@@ -139,7 +139,7 @@ static void node_buts_value(uiLayout *layout, bContext *UNUSED(C), PointerRNA *p
|
||||
PointerRNA sockptr;
|
||||
RNA_pointer_create(ptr->id.data, &RNA_NodeSocket, output, &sockptr);
|
||||
|
||||
uiItemR(layout, &sockptr, "default_value", UI_ITEM_R_SLIDER, "", ICON_NONE);
|
||||
uiItemR(layout, &sockptr, "default_value", 0, "", ICON_NONE);
|
||||
}
|
||||
|
||||
static void node_buts_rgb(uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
|
||||
|
||||
Reference in New Issue
Block a user