Update zui bindings
This commit is contained in:
@@ -67,7 +67,9 @@ let float_node_def: zui_node_t = {
|
||||
color: 0xffa1a1a1,
|
||||
default_value: 0.5,
|
||||
min: 0.0,
|
||||
max: 10.0
|
||||
max: 10.0,
|
||||
precision: 100,
|
||||
display: 0
|
||||
}
|
||||
],
|
||||
outputs: [
|
||||
@@ -77,8 +79,13 @@ let float_node_def: zui_node_t = {
|
||||
name: _tr("Value"),
|
||||
type: "VALUE",
|
||||
color: 0xffa1a1a1,
|
||||
default_value: 0.5
|
||||
default_value: 0.5,
|
||||
min: 0.0,
|
||||
max: 1.0,
|
||||
precision: 100,
|
||||
display: 0
|
||||
}
|
||||
],
|
||||
buttons: []
|
||||
buttons: [],
|
||||
width: 0
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user