Add node flags

This commit is contained in:
luboslenco
2025-09-26 11:52:38 +02:00
parent ef7f28aa34
commit fd2075698e
32 changed files with 390 additions and 289 deletions
@@ -291,6 +291,7 @@ function brush_output_paint(self: brush_output_node_t) {
// height: 0
// }
// ],
// width: 0
// width: 0,
// flags: 0
// };
+2 -1
View File
@@ -86,5 +86,6 @@ let float_node_def: ui_node_t = {
}
],
buttons: [],
width: 0
width: 0,
flags: 0
};
+2 -1
View File
@@ -180,5 +180,6 @@ let input_node_def: ui_node_t = {
}
],
buttons: [],
width: 0
width: 0,
flags: 0
};
+2 -1
View File
@@ -204,5 +204,6 @@ let math_node_def: ui_node_t = {
height: 0
}
],
width: 0
width: 0,
flags: 0
};
+2 -1
View File
@@ -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
};
+2 -1
View File
@@ -99,5 +99,6 @@ let tex_image_node_def: ui_node_t = {
height: 0
}
],
width: 0
width: 0,
flags: 0
};
+2 -1
View File
@@ -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
};
+2 -1
View File
@@ -118,5 +118,6 @@ let vector_node_def: ui_node_t = {
}
],
buttons: [],
width: 0
width: 0,
flags: 0
};