Language Support for scripting

lunar07 wrote on 2/26/2003, 10:05 AM
I am new to this whole .NET thing. If I install the Microsoft .NET framework, is it possible to script for Vegas in ANY .NET enabled language?
I do scripting in my favourite language which is Python which makes life so much easier than the useless visual basic.net and the very 'wastefully' verbose java/javaScript.
Is it possible to use Python if I use the Python .NET capabilites?

Comments

SonyPJM wrote on 2/27/2003, 11:01 AM
Vegas does not directly support Python .NET at this time but, if you can create an assembly dll with Python, you can call it using a simple JScript wrapper and script configuration XML file... same goes for C#, perl, managed C++, etc.
lunar07 wrote on 2/27/2003, 12:15 PM
Thanks for your response. I have to look into this after familiarizing myself with the .NET framework.
Even if I have to use JScript, this whole thing seems promising.
Keep up the good work SOFO :)