Add node flags
This commit is contained in:
@@ -291,6 +291,7 @@ function brush_output_paint(self: brush_output_node_t) {
|
||||
// height: 0
|
||||
// }
|
||||
// ],
|
||||
// width: 0
|
||||
// width: 0,
|
||||
// flags: 0
|
||||
// };
|
||||
|
||||
|
||||
@@ -86,5 +86,6 @@ let float_node_def: ui_node_t = {
|
||||
}
|
||||
],
|
||||
buttons: [],
|
||||
width: 0
|
||||
width: 0,
|
||||
flags: 0
|
||||
};
|
||||
|
||||
@@ -180,5 +180,6 @@ let input_node_def: ui_node_t = {
|
||||
}
|
||||
],
|
||||
buttons: [],
|
||||
width: 0
|
||||
width: 0,
|
||||
flags: 0
|
||||
};
|
||||
|
||||
@@ -204,5 +204,6 @@ let math_node_def: ui_node_t = {
|
||||
height: 0
|
||||
}
|
||||
],
|
||||
width: 0
|
||||
width: 0,
|
||||
flags: 0
|
||||
};
|
||||
|
||||
@@ -106,5 +106,6 @@ let random_node_def: ui_node_t = {
|
||||
}
|
||||
],
|
||||
buttons: [],
|
||||
width: 0
|
||||
width: 0,
|
||||
flags: 0
|
||||
};
|
||||
|
||||
@@ -86,5 +86,6 @@ let separate_vector_node_def: ui_node_t = {
|
||||
}
|
||||
],
|
||||
buttons: [],
|
||||
width: 0
|
||||
width: 0,
|
||||
flags: 0
|
||||
};
|
||||
|
||||
@@ -99,5 +99,6 @@ let tex_image_node_def: ui_node_t = {
|
||||
height: 0
|
||||
}
|
||||
],
|
||||
width: 0
|
||||
width: 0,
|
||||
flags: 0
|
||||
};
|
||||
|
||||
@@ -72,5 +72,6 @@ let time_node_def: ui_node_t = {
|
||||
}
|
||||
],
|
||||
buttons: [],
|
||||
width: 0
|
||||
width: 0,
|
||||
flags: 0
|
||||
};
|
||||
|
||||
@@ -212,5 +212,6 @@ let vector_math_node_def: ui_node_t = {
|
||||
height: 0
|
||||
}
|
||||
],
|
||||
width: 0
|
||||
width: 0,
|
||||
flags: 0
|
||||
};
|
||||
|
||||
@@ -118,5 +118,6 @@ let vector_node_def: ui_node_t = {
|
||||
}
|
||||
],
|
||||
buttons: [],
|
||||
width: 0
|
||||
width: 0,
|
||||
flags: 0
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user