From 2f8810f303d06fe78dbec343553c3c97f93f9323 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 15 Feb 2026 18:55:42 +0100 Subject: refactor(cnn): rename cnn_effect to cnn_v1_effect for clarity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renamed files and classes: - cnn_effect.{h,cc} → cnn_v1_effect.{h,cc} - CNNEffect → CNNv1Effect - CNNEffectParams → CNNv1EffectParams - CNNLayerParams → CNNv1LayerParams - CNN_EFFECT.md → CNN_V1_EFFECT.md Updated all references: - C++ includes and class usage - CMake source list - Timeline (workspaces/main/timeline.seq) - Test file (test_demo_effects.cc) - Documentation (CLAUDE.md, PROJECT_CONTEXT.md, READMEs) Tests: 34/34 passing (100%) --- cnn_v1/docs/CNN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cnn_v1/docs/CNN.md') diff --git a/cnn_v1/docs/CNN.md b/cnn_v1/docs/CNN.md index 2dc3362..5d9a667 100644 --- a/cnn_v1/docs/CNN.md +++ b/cnn_v1/docs/CNN.md @@ -8,7 +8,7 @@ Have the input 3d scene be processed by a multi-layer CNN trained on the side. Input: some rendered scene. Output: 'stylized' scene with CNN post-processing. -**See `doc/CNN_EFFECT.md` for implementation details, usage, and API reference.** +**See `CNN_V1_EFFECT.md` for implementation details, usage, and API reference.** ## Shader implementation -- cgit v1.2.3