Build fixes

This commit is contained in:
luboslenco
2024-10-19 23:37:47 +02:00
parent 1c9f731e9b
commit 0a5671a5dd
10 changed files with 69 additions and 27 deletions
+4 -2
View File
@@ -75,8 +75,10 @@ function ui_nodes_ext_draw_buttons(ew: f32, start_y: f32) {
g4_draw();
g4_end();
if (ui_header_worktab.position == space_type_t.SPACE3D &&
brush_output_node_inst.base.inputs[channel_type_t.HEIGHT].node.get != float_node_get) {
let is_float_node: bool = true;
// brush_output_node_inst.base.inputs[channel_type_t.HEIGHT].node.get != float_node_get
if (ui_header_worktab.position == space_type_t.SPACE3D && !is_float_node) {
// Make copy of vertices before displacement
let o: mesh_object_t = project_paint_objects[0];