Merge forge

This commit is contained in:
luboslenco
2025-08-07 19:43:11 +02:00
parent d1839c7027
commit 3a4aff203f
68 changed files with 266 additions and 1019 deletions
+2 -2
View File
@@ -317,10 +317,10 @@ function make_material_bake_node_preview(node: ui_node_t, group: ui_node_canvas_
}
let _space: i32 = ui_header_worktab.position;
let _tool: workspace_tool_t = context_raw.tool;
let _tool: tool_type_t = context_raw.tool;
let _bake_type: bake_type_t = context_raw.bake_type;
ui_header_worktab.position = space_type_t.SPACE3D;
context_raw.tool = workspace_tool_t.BAKE;
context_raw.tool = tool_type_t.BAKE;
context_raw.bake_type = bake_type_t.CURVATURE;
parser_material_bake_passthrough = true;