Skip to content

Further use of aeq types? #30

Open
@runegan

Description

@runegan

Original report by Zack Lovatt (Bitbucket: zlovatt, GitHub: zlovatt).


aeq has custom types for 'Property', 'Comp' and 'Layer' (among others). Should some of our get functions return the aeq types for these, as opposed to native AE elements?

The benefit is that it's easier to integrate into the rest of aeq, or to chain commands. The negative is that it will break existing tools, and that maybe user just wants the native property directly vs the aeq type?

aeq.Property

  • aeq.getSelectedProperties()
  • aeq.getProperties()
  • aeq.getPropertyChildren()
  • aeq.getMarkerGroup()

What about aeq.Comp?

  • aeq.getCompositions()
  • aeq.getComposition()

Or aeq.Layer

  • aeq.getLayers()
  • aeq.getSelectedLayers()
  • aeq.getSelectedLayersOrAll()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions