diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-10 18:09:41 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-10 18:09:41 +0100 |
| commit | 934579def5bd1c4f4b0f2ef7a9d81e21de796495 (patch) | |
| tree | 89487c5532a23238e4f37f687037891b99d19403 /workspaces/main | |
| parent | ae810e1a9c68d05bee254ef570fbb0e783e25931 (diff) | |
docs: Fix EFFECT keyword syntax and add automation-friendly workflow
Fix EFFECT keyword format across all documentation and scripts - priority
modifier (+/=/–) is required but was missing from examples.
**Documentation fixes:**
- doc/HOWTO.md: Added missing + to EFFECT example
- doc/RECIPE.md: Added priority modifiers to examples
- tools/shadertoy/README.md: Fixed test path, clarified workflow
- tools/shadertoy/convert_shadertoy.py: Updated output instructions
**New automation guide:**
- doc/EFFECT_WORKFLOW.md: Complete step-by-step checklist for AI agents
- Exact file paths and line numbers
- Common issues and fixes
- Asset ID naming conventions
- CMakeLists.txt dual-section requirement
- Test list instructions (post_process_effects vs scene_effects)
**Integration:**
- CLAUDE.md: Added EFFECT_WORKFLOW.md to Tier 2 (always loaded)
- doc/AI_RULES.md: Added "Adding Visual Effects" quick reference
- README.md: Added EFFECT_WORKFLOW.md to documentation list
**CMakeLists.txt:**
- Disabled incomplete cube_sphere_effect.cc (ShaderToy conversion WIP)
**Timeline:**
- Commented out incomplete CubeSphereEffect
- Removed obsolete constructor argument
Fixes #issue-with-effect-syntax
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'workspaces/main')
| -rw-r--r-- | workspaces/main/timeline.seq | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/workspaces/main/timeline.seq b/workspaces/main/timeline.seq index 8f7eea6..5e9a84f 100644 --- a/workspaces/main/timeline.seq +++ b/workspaces/main/timeline.seq @@ -36,7 +36,8 @@ SEQUENCE 8.50 2 "Hybrid3D" SEQUENCE 10.50 0 "CNN effect" EFFECT + HeptagonEffect 0.0 12.00 # EFFECT + RotatingCubeEffect 0.00 12.0 - EFFECT + Hybrid3DEffect 0.00 12.00 +# EFFECT + Hybrid3DEffect 0.00 12.00 +# EFFECT + CubeSphereEffect 0.0 10.0 EFFECT + CNNEffect 1.0 12.0 layers=3 blend=1.5 SEQUENCE 22.0 0 "buggy" |
