Is there any way to run a script from a script?
I've tried this:
It works once. The second time I run it I get this error 13 times in a row and then the script runs as usual.
"An error occurred while processing the undo buffer. You should save your work immediately using a new project filename and restart Vegas.
The reason for the error could not be determined."
I've tried this:
import SonicFoundry.Vegas;
var scriptHost : SonicFoundry.Vegas.ScriptHost = new SonicFoundry.Vegas.ScriptHost();
scriptHost.RunScriptFile("c:\\vegas\\scripts\\simple.js");
scriptHost.Close();
It works once. The second time I run it I get this error 13 times in a row and then the script runs as usual.
"An error occurred while processing the undo buffer. You should save your work immediately using a new project filename and restart Vegas.
The reason for the error could not be determined."