From 1e6251e9dfa93d8ec5a246ae9ab377030f6338d7 Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Mon, 26 Jan 2026 11:55:52 -0800 Subject: [PATCH] Fix 'Apply Transform' node applying only to anchors but not also handles --- node-graph/nodes/vector/src/vector_modification_nodes.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/node-graph/nodes/vector/src/vector_modification_nodes.rs b/node-graph/nodes/vector/src/vector_modification_nodes.rs index 40b86c11b3..a0b611f003 100644 --- a/node-graph/nodes/vector/src/vector_modification_nodes.rs +++ b/node-graph/nodes/vector/src/vector_modification_nodes.rs @@ -36,6 +36,7 @@ async fn apply_transform(_ctx: impl Ctx, mut vector: Table) -> Table