Conversation
\dev\Directory.Build.props needs to be changed once @dosymep accept the PR on Autodesk.Revit.Sdk.Refs repo
There was a problem hiding this comment.
PR Summary:
This PR adds compatibility for Revit 2026 to the pyRevit code base. It includes:
- New runtime configuration files supporting Revit 2026
- Addition of a new pyRevitLabs.PyRevit.Runtime.2026 project
- Updates to the Visual Studio solution to include the new project
- UI updates to include Revit 2026 in the available Revit versions list
- Code reformatting using Black in the affected Python files
Review Summary:
Overall, the implementation looks solid for a first draft of Revit 2026 compatibility. I've identified a couple of minor issues - inconsistent indentation in one file and platform targeting inconsistency in the build configuration. Both issues should be straightforward to fix.
Please feel free to provide feedback on this review which I'll incorporate into future reviews.
dev/pyRevitLabs.PyRevit.Runtime/pyRevitLabs.PyRevit.Runtime.sln
Outdated
Show resolved
Hide resolved
|
Thank you @jmcouffin . |
|
@tay0thman please do go through all tools and report. |
|
I'm on it, will go through all the tools I have and report if there are any issues. |
|
pyrevitlabs#2626 (comment) Color Splasher - line 131 DB.ElementId.InvalidElementId (in versions 2024 and earlier) this is ignored and keep default, I get exception thrown for 2025 and 2026, since I don't think we need to change the line pattern, I am proposing to eliminate this line. Color Splasher - Filter Name separator between cat and param name, added a space in line 364 Color Splasher - Create Legend not working, Fixed the conditional statement,
|
New PR added for Color Splasher |
|
📦 New work-in-progress (wip) builds are available for 5.0.1.25094+0926-wip |
|
📦 New work-in-progress (wip) builds are available for 5.1.0.25094+0940-wip |
|
📦 New public release are available for 5.1.0.25094+1133 |
|
📦 New public release are available for 5.1.0.25094+1133 |
|
📦 New public release are available for 5.1.0.25094+1133 |

Revit 2026 compatibility - first draft
Description
Revit 2026 compatibility - first draft