From 47312588d0ef37ea7ef19c97bc5089d419ae3cd9 Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 23 Mar 2026 08:05:12 +0100 Subject: fix(cnn_v3_debug): add CNNv3Effect to debug sequence for prev.r/g/b temporal feedback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit timeline.seq is the canonical source — timeline.cc was wrongly hand-edited. Add CNNv3Effect + cnn_out (gbuf_albedo) node to cnn_v3_debug sequence so wire_dag() can wire GBufferEffect.cnn_output_node_ correctly. Also fix node_prev_tex_ NodeType: F16X8 (Rgba16Float+CopyDst) to match CNNv3Effect output format (GBUF_ALBEDO = Rgba16Float). Regenerated timeline.cc via: python3 tools/seq_compiler.py workspaces/main/timeline.seq Co-Authored-By: Claude Sonnet 4.6 --- workspaces/main/timeline.seq | 2 ++ 1 file changed, 2 insertions(+) (limited to 'workspaces/main/timeline.seq') diff --git a/workspaces/main/timeline.seq b/workspaces/main/timeline.seq index 1b75cdc..1609910 100644 --- a/workspaces/main/timeline.seq +++ b/workspaces/main/timeline.seq @@ -52,5 +52,7 @@ SEQUENCE 48.00 1 "particles" SEQUENCE 52.00 0 "cnn_v3_debug" NODE gbuf_feat0 gbuf_rgba32uint NODE gbuf_feat1 gbuf_rgba32uint + NODE cnn_out gbuf_albedo EFFECT + GBufferEffect source -> gbuf_feat0 gbuf_feat1 0.00 120.00 + EFFECT + CNNv3Effect gbuf_feat0 gbuf_feat1 -> cnn_out 0.00 120.00 EFFECT + GBufViewEffect gbuf_feat0 gbuf_feat1 -> sink 0.00 120.00 -- cgit v1.2.3