mixe [-jv] project.wick FUNCTION [ARGUMENT]
- -v: verbose output
- -j: JSON input instead of .wick
Functions:
- projectName: prints project name
- canvasSizeX: prints canvas width
- canvasSizeY: prints canvas height
- layerCount: prints the number of layers in the project
- layerArray [frame] [sortDescending]: prints indexes of non-empty layers at [frame] or Empty if there are none. 0 is the top layer. Sorts descending by default
- frameCount: prints the number of frames in the project. Each instance of each layer at each timeline time is a frame
- frameArray [sortDescending]: prints index of every frame in the project. 1 is the first frame. Sorts ascending by default