Filter transform instances with 'Transform Selection' node

This commit is contained in:
hypercube
2025-07-25 01:28:09 +01:00
committed by Keavon Chambers
parent 7cb42b9523
commit 0508da13b9
10 changed files with 357 additions and 2 deletions

View File

@@ -187,6 +187,8 @@ fn compile_graph(document_string: String, editor_api: Arc<WasmEditorApi>) -> Res
let substitutions = preprocessor::generate_node_substitutions();
preprocessor::expand_network(&mut network, &substitutions);
preprocessor::evaluate_index_operation_filter(&mut network);
let wrapped_network = wrap_network_in_scope(network.clone(), editor_api);
let compiler = Compiler {};