Scripting Feature Requests For Next Release!

Find out why the . goes before the /

Moderator: Paul Tuersley

nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

- expression editor with syntax highlighting 8)
nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

From the scripting guide:
Project selection attribute
app.project.selection
Description
All items selected in the Project panel, in the sort order shown in the Project panel.
I would prefer to keep the same order in which the items have been selected, like the selectedLayers attribute.
nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

- convert audio to keyframes
this is no more a 'request' as we can invoke this command with

Code: Select all

app.executeCommand(app.findMenuCommandId("Convert Audio to Keyframes"));
byronnash
Posts: 321
Joined: July 7th, 2004, 2:30 pm
Location: Charlotte, NC
Contact:

nab, where are you finding all these undocumented commands? It's awesome.
nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

- 3D point control (expression controls)
- new comp attribute to switch between LayerName/SourceName columns, something like myComp.showLayerName = true;
Post Reply