Skip to content

Commit

Permalink
Merge branch 'jestarray/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Aug 23, 2021
2 parents 23807dd + db10092 commit 72df781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ The `FORMAT` string can contain some special values:
* `{outertag}`: Largest/outer current tag name.
* `{frame}`: Current frame (starting from `0`). You can use `{frame1}` to start from 1, or other formats like `{frame000}`, or `{frame001}`, etc.
* `{tagframe}`: The current frame in the current tag. It's `0` for the first frame of the tag, and so on. Same as `{frame}`, it accepts variants like `{tagframe000}`.
* `{duration}` The duration of the current frame.

For example, if `animation-with-layers.ase` contains three frames with two layers (named `Face` and `Background`):

Expand Down

0 comments on commit 72df781

Please sign in to comment.