diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-23 08:05:12 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-23 08:05:12 +0100 |
| commit | 47312588d0ef37ea7ef19c97bc5089d419ae3cd9 (patch) | |
| tree | ee1d5225978659ad903f2a16110c014d1f6b99bf /workspaces/main | |
| parent | 491a3c1ccbd0f46be655e97d2e3697135df6e3a2 (diff) | |
fix(cnn_v3_debug): add CNNv3Effect to debug sequence for prev.r/g/b temporal feedback
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 <noreply@anthropic.com>
Diffstat (limited to 'workspaces/main')
| -rw-r--r-- | workspaces/main/timeline.seq | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
