Video Editor

Resources

Project Settings

Timeline

00:00s
{% for scene in data.get('timeline', []) %}

{{ scene['name'] }}

Custom Actions

    {% for action in scene['custom_actions'] %}
  • Change Type: {{ action['change_type'] }}
    Layer Name: {{ action['layer_name'] }}
    Comp Name: {{ action['comp_name'] }}
    Layer Index: {{ action['layer_index'] }}
  • {% endfor %}
{% endfor %}