====== VEGASPython ====== ===== VEGASPython Tutorial ===== With this tutorial I would like to provide a beginner the know-how to write scripts using VEGASPython. This includes an introduction to Python progamminga dnthe main concepts of the VEGAS interface. I plan to create this Tutorial step by step. If you have any question or would like to know more about a topic, please open a topic in the [[https://www.vegascreativesoftware.info/us/news-forum/|VEGAS forum]]. - Chapter: [[en:chapter1|Introduction to VEGASPython Scripting]] ==== Further links ==== VEGASPython Scripting FAQ: (adaption of VEGAS scripting FAQ for VEGASPython) [[en:vegas_python_FAQ|VEGASPython FAQ]] VEGAS Scripting FAQ: [[https://www.vegascreativesoftware.info/us/proxy/175d74cd3dcb5234be3c/?link=http%3A//www.vegascreativesoftware.com/fileadmin/user_upload/non_product/downloads/vegas_scripting_faq.zip|direct link vegas_scripting_faq.zip]] The FAQ describes the usage of VEGAS scripting for C#. The examples can be easily transfered to VEGASPython. An updated FAQ for VEGASPython will follow soon. VEGAS Scripting API: [[https://www.vegascreativesoftware.info/us/proxy/a8eb406a0178c38cd120/?link=http%3A//www.vegascreativesoftware.com/fileadmin/user_upload/non_product/downloads/vegas_scripting_api.zip|direct link vegas_scripting_api.zip]] The API describes the C# definition of all VEGAS structures and items that can be accessed. All these items can be accessed in the same way in VEGASPython. Sony VEGAS SDK: [[https://www.vegascreativesoftware.info/us/proxy/47947f46f4594b63dd11/?link=https%3A//web.archive.org/web/20150402205921/http%3A//dspcdn.sonycreativesoftware.com/dev/vegaspro10bscriptsdk.zip|direct link to Sony VEGAS Pro SDK]] VEGAS Pro Tools for developers: [[https://www.vegascreativesoftware.com/us/downloads/#c24726|VEGAS Tools for Developers]] PYTHON documentation: [[https://docs.python.org/2.7/|PYTHON 2.7 documentation]] PYTHON Tutorials: [[https://docs.python.org/2.7/tutorial/index.html|PYTHON 2.7 tutorial]]