🔒 Protect your account - set up two-factor authentication. Set up now

A typical sequence with shots and the core task list.

Skeleton preview
{
  "sequences": [
    {
      "code": "SEQ010",
      "name": "Sequence 010",
      "shots": [
        {
          "code": "SH010",
          "tasks": [
            {
              "name": "layout"
            },
            {
              "name": "anim"
            },
            {
              "name": "fx"
            },
            {
              "name": "lighting"
            },
            {
              "name": "comp"
            }
          ]
        },
        {
          "code": "SH020",
          "tasks": [
            {
              "name": "layout"
            },
            {
              "name": "anim"
            },
            {
              "name": "fx"
            },
            {
              "name": "lighting"
            },
            {
              "name": "comp"
            }
          ]
        },
        {
          "code": "SH030",
          "tasks": [
            {
              "name": "layout"
            },
            {
              "name": "anim"
            },
            {
              "name": "fx"
            },
            {
              "name": "lighting"
            },
            {
              "name": "comp"
            }
          ]
        }
      ]
    }
  ]
}
Instantiate into project

Creates sequences, shots, and tasks that do not already exist.