Plugins and Examples
- Example plugin repository: https://github.com/mmiscool/BREPpluginExample
- Example plugin README: https://github.com/mmiscool/BREPpluginExample/blob/master/README.md
- Entrypoint: https://github.com/mmiscool/BREPpluginExample/blob/master/plugin.js
- Feature example: https://github.com/mmiscool/BREPpluginExample/blob/master/exampleFeature.js
Use the plugin system to extend BREP with custom features, toolbar buttons, or automation pipelines sourced from GitHub.
When adding dialogs for your feature, follow the shared inputParamsSchema format described in Input Params Schema to pick field types, defaults, and reference-selection rules.