Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions How to get list of shown properties in the timeline panel

  • How to get list of shown properties in the timeline panel

    Posted by Mehdi Rafeie on August 15, 2013 at 11:50 am

    Dear all,
    I need to find list of shown properties in the timeline. For example, by default, a shape layer has two property groups only:
    1- Contents
    2- Transform

    The problem is when I try to obtain the layer properties, like below, it returns list of all possible properties. (i.e all AVLayer properties like ‘Marker’, ‘Time Remap’ and so on.)


    for (var layerIndex = 1; layerIndex <= comp.layers.length; layerIndex++)
    {
    var layer = comp.layers[layerIndex];

    for (var groupIndex = 1; groupIndex <= layer.numProperties; groupIndex++)
    {
    var propGroup = layer.property(groupIndex);

    // How do I know if this prop-group is currently
    // available (shown) in the timeline panel.
    }
    }

    Thanks in advance

    Mehdi Rafeie replied 13 years ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy