Comments

SonyPJM wrote on 5/23/2005, 5:24 AM
Here's the list of scripting changes in 6.0b


* Add ability to get audio channel flags for render templates. This
uses a new enumeration called AudioChannelFlags.

* Convert Batch Render script to C# and fix problems with replacing
illegal filename characters and not filtering out surround templates
when project is stereo.

* Fix problem with TrackEvent.AdjustStartLength. This problem mainly
occurred when moving an event with multiple takes to the left. The
name/meaning of the third parameter of AdjustStartLength has been
changed from adjustLeft to adjustTakes. Now, when adjustTakes is
true, the offset of each take is altered depending on several other
variables including whether the event is looped, the playback rate
of the event, the length of the take's media stream, and the change
being made to the event.

* Allow shortcuts (.lnk files) with script args to be used via the
"Tools.Run Script" open file dialog and Vegas' SCRIPT command line
argument. Previously it only worked when they were located in the
Script Menu directory.

* Fix problems with VSA VB scripts not running.

* Added Vegas.ResumePlaybackOnScriptExit property which, if set to
true, will resume playback if it were playing when the script
started.


You can view the latest docs here:
http://www.ayizwe.net/VegasScripts/VegasScriptAPI.html