Repository of scripts for the Vectorworks 3D design program.
- Open a Vectorworks file
- Right-click on the resource browser and create a new script
- Choose language for the script to be 'Python'
- Copy one of the script contents into the text box
Double-click the script label in the resource browser.
Setup the project (e.g. download vs.py):
./x.pyAdd the build folder to the Python paths setting in your IDE to get
completions for the vs module.
Run tests:
./x.py ciLicensed under MIT license (LICENSE or https://opensource.org/licenses/MIT) at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.