| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung |
| en:vegas_python_faq [2018/10/28 17:37] – [Section 2: Tracks and Events] hlinke | en:vegas_python_faq [2020/03/14 16:07] (aktuell) – [Section 1: General] hlinke |
|---|
| You can add a script to the Extension menu (under Vegas' Tools menu) by placing the script in one of the following directories: | You can add a script to the Extension menu (under Vegas' Tools menu) by placing the script in one of the following directories: |
| |
| * C:\Users\<username>\Documents\Vegas Application Extensions\VEGASPYTHON\ | * C:\Users\<username>\Documents\Vegas Application Extensions\VEGASPython_PN\ |
| * C:\Users\<username>\AppData\Local\VEGAS Pro\14.0\Application Extensions\VEGASPYTHON\ | * C:\Users\<username>\AppData\Local\VEGAS Pro\14.0\Application Extensions\VEGASPython_PN\ |
| * C:\Users\<username>\AppData\Roaming\VEGAS Pro\14.0\Application Extensions\VEGASPYTHON\ | * C:\Users\<username>\AppData\Roaming\VEGAS Pro\14.0\Application Extensions\VEGASPython_PN\ |
| * C:\ProgramData\Vegas Pro\14.0\Application Extensions\VEGASPYTHON\ | * C:\ProgramData\Vegas Pro\14.0\Application Extensions\VEGASPython_PN\ |
| * C:\Users\<username>\AppData\Local\Vegas Pro\Application Extensions\VEGASPYTHON\ | * C:\Users\<username>\AppData\Local\Vegas Pro\Application Extensions\VEGASPython_PN\ |
| * C:\Users\<username>\AppData\Local\Vegas Pro\Application Extensions\VEGASPYTHON\ | * C:\Users\<username>\AppData\Local\Vegas Pro\Application Extensions\VEGASPython_PN\ |
| * C:\ProgramData\Vegas Pro\Application Extensions\VEGASPYTHON\ | * C:\ProgramData\Vegas Pro\Application Extensions\VEGASPython_PN\ |
| |
| You must use the subdirectoy VEGASPYTHON in the same directory where you installed the VEGASPYTHON.dll. | You must use the subdirectoy VEGASPYTHON in the same directory where you installed the VEGASPYTHON.dll. |
| |
| === How do I access the VEGAS attributes? === | === How do I access the VEGAS attributes? === |
| VEGASPython provides a variable pyVEGAS that is from the type VEGAS and provides the interface to all VEGAS internal data structures. You can find details of the data structures in the VEGAS Scripting API. | VEGASPython provides a variable pyVEGAS which is of the type VEGAS and provides the interface to all VEGAS internal data structures. You can find details of the data structures in the VEGAS Scripting API. |
| |
| Example: | Example: |