diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-17 07:59:21 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-17 07:59:21 +0100 |
| commit | 244ac46f715c14e91b927aab5b91144bcc815e15 (patch) | |
| tree | bc4615df4093d72f2811912a3fff6e691081d313 /doc/SEQUENCE.md | |
| parent | cd53ff0be8971b592d8d01836a6572c4123e5495 (diff) | |
docs: update timeline editor documentation for v2 format
Updates all documentation to reflect Sequence V2 format support:
Timeline Editor (tools/timeline_editor/):
- README.md: Updated features list, file format examples with NODE
declarations and arrow syntax, usage instructions for node editing
- ROADMAP.md: Added completed item 1.0 "Sequence V2 Format Support"
Core Documentation (doc/):
- HOWTO.md: Updated timeline example to use v2 arrow syntax, added
NODE/buffer chain features to visual editor description
- SEQUENCE.md: Marked timeline editor graph visualization as completed
All examples now show v2 format:
EFFECT + ClassName input1 input2 -> output1 output2 start end
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'doc/SEQUENCE.md')
| -rw-r--r-- | doc/SEQUENCE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SEQUENCE.md b/doc/SEQUENCE.md index 76e19d4..7055271 100644 --- a/doc/SEQUENCE.md +++ b/doc/SEQUENCE.md @@ -201,7 +201,7 @@ params.aspect_ratio; // width/height **TODO**: - Port remaining effects (10+ effects, CNN effects) - Implement flatten mode (inline effects, direct members) -- Update HTML timeline editor for graph visualization +- ✅ ~~Update HTML timeline editor for graph visualization~~ (COMPLETED: 2026-02-17) ## Migration Notes |
