Warning, /graphics/glaxnimate/data/plugins/FrameByFrame/plugin.json is written in an unsupported language. File is not indexed.

0001 {
0002     "name": "Frame by frame",
0003     "description": "Creates empty layers for frame by frame animation",
0004     "author": "Glax",
0005     "engine": "python",
0006     "icon": "theme:discrete",
0007     "services": [
0008         {
0009             "type": "action",
0010             "label": "Create frame layers",
0011             "tooltip": "Creates empty layers for frame by frame animation",
0012             "script": {
0013                 "module": "create_frames",
0014                 "function": "main"
0015             }
0016         }
0017     ]
0018 }
0019