Page 2 of 2

Posted: December 16th, 2006, 12:18 pm
by nab
- expression editor with syntax highlighting 8)

Posted: January 6th, 2007, 3:23 pm
by nab
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.

Posted: March 31st, 2007, 4:30 pm
by nab
- 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"));

Posted: April 2nd, 2007, 8:05 am
by byronnash
nab, where are you finding all these undocumented commands? It's awesome.

Posted: April 2nd, 2007, 4:43 pm
by nab

Posted: July 7th, 2007, 4:04 am
by nab
- 3D point control (expression controls)
- new comp attribute to switch between LayerName/SourceName columns, something like myComp.showLayerName = true;