Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed May 14, 2024
1 parent aaeef5c commit 4c6f673
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion animation/clip.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ NAME: ~a
START: ~a
END: ~a
DURATION: ~a
BLOCKING: ~a
NEXT: ~a
BLEND: ~f
TRACKS: ~a~&"
clip (type-of clip)
(name clip) (start-time clip) (end-time clip) (duration clip)
(next-clip clip) (map 'list #'name (tracks clip))))
(blocking-p clip) (next-clip clip) (blend-duration clip)
(map 'list #'name (tracks clip))))

(defun fit-to-clip (clip time)
(let ((start (start-time clip))
Expand Down

0 comments on commit 4c6f673

Please sign in to comment.