Proposing Wood Framing extension#3348
Conversation
Proposing Wood Framing extension Added the required information to extensions.json for the repo https://github.com/Swichllc/PyRevit-Wood-Framing-extension.git
|
I haven't read too much into this tool so I may have missed something that already answers this. I saw the github was noted "Revit family/content setup that matches the framing workflow used by the tools." Do you have those accessible or does the tool import them if they can't be found? Otherwise, no one else will be able to use this tool when it gets adds to the extension list. |
|
@porrt23 The plugin uses Revit framing and structural families, They need to be loaded to the project, it does not force the user to use specific families, but uses the standards families everyone have access to. You can also bring your own families and use the plugin to model with them, metal studs for example. |
|
@Swichllc the root folder needs to be the .tab folder for it to work with the repo |
There was a problem hiding this comment.
Pull request overview
This PR proposes adding the “Wood-Framing” third-party extension to pyRevit’s registered extension catalog by appending a new entry to extensions/extensions.json, enabling it to appear in pyRevit’s Extensions UI and install flow.
Changes:
- Added a new extension package definition for “Wood-Framing” (metadata: name, description, author, links, compatibility flags).
- Registered the extension’s Git repository URL and website in the global extensions list.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
I watched the video but did not try it yet; pretty darn cool. |
| "name": "Wood-Framing", | ||
| "description": "Wood framing automation for Autodesk Revit - walls, floors, ceilings, roofs", | ||
| "author": "Roi Hason @ Swich Design", | ||
| "author_profile": "https://www.linkedin.com/in/roi-h-0564a3114", | ||
| "url": "https://github.com/Swichllc/PyRevit-Wood-Framing-extension.git", |
Proposing Wood Framing extension
Added the required information to extensions.json for the repo https://github.com/Swichllc/PyRevit-Wood-Framing-extension.git
Name of your PR
Wood Framing
Description
Followed these instructions https://docs.pyrevitlabs.io/custom_extension/#review-process
Added the required information to extensions.json
The plugin is wood framing automation for Autodesk Revit - walls, floors, ceilings, roofs
Demo video - https://youtu.be/hA6lZou8Xfk?si=YZvo5nY2BTxFElqG
Thank you for contributing to pyRevit! 🎉