Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelmaso/bimscript
https://github.com/miguelmaso/bimscript
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miguelmaso/bimscript
- Owner: miguelmaso
- License: mit
- Created: 2024-07-06T09:27:49.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-10T16:22:09.000Z (4 months ago)
- Last Synced: 2024-07-10T19:52:51.130Z (4 months ago)
- Language: Python
- Size: 597 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BIM Script Gateway
A Revit addin for launching python scripts. The purpose of this small app is to fastly run and test Python scripts, rather than prototyping a full application. If you are tired about opening Dynamo for creating a Python node to test som API features, this is your addin. Otherwise, it would be better to use *PyRevit* or *RevitPythonShell*.
The main advantage of BIM Script Gateway is that it is using your local Python installation and it only executes Python scripts. You are absolutely freely to use your favorite IDE to edit Python scripts. Furthermore, the Revit API stubs are distributed with this project, so you can reference them to your linting tool.