Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions posts/26/0402-WA-JG-handover/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: WA-JG-Handover Notes
author: "Waqas Arshad"
date: "2026-04-02"
date-modified: "2026-04-02"
---

## PyRevit

We need the following repositories available in the `Y:\Revit\MF Scripts` directory:

- `pyRevit-mxf`
- `pyRevitDigitalSchedules`

### Deployment

Read the `README` file in:

`Y:\Revit\MF Scripts`

### Development setup

- Clone `pyRevit-mxf` and `pyRevitDigitalSchedules`
- Map the pyRevit extension to the directory in **pyRevit settings** inside Revit
- Enable **Load beta tools** in **Core Settings**
- Make changes, press buttons, print to console, and review output
- Use `is_beta: true` to hide development buttons
Loading