Create Naming_Convention_Check#2441
Create Naming_Convention_Check#2441jmcouffin merged 6 commits intopyrevitlabs:Preflight-Checks_Hackathon_2024from
Conversation
This code is based on a true story. Naming conventions are the foundation of a project. Naming is essential for model checks, filters, and view settings. Until now, I created my checks using Revit export text files with Power-BI. PyRevit enables continuous checking of all categories against their predefined names with just a click.
|
@andreasdraxl |
|
@jmcouffin |
|
A few things_ I don't have much time these days, so I will stay high level:
Consider your entry valid @andreasdraxl |
A template for a loadable .json file. Just a list of strings.
update extionsion.py added. file.json template list-template added.
replace static path by select_file(*.json)
|
you may want to set the default path to point to the checks folder, so that it finds your sample right away |
add rpw module
add a default path, just for having more confort
|
|
i will do it, i think for my project, i think for hackathon - work is done. |
|
@andreasdraxl can you check your branch and patch1 fork, i made a few PR to fix remaining stuffs. Please merge the PR accordingly |




From @andreasdraxl