after reading all the details, if you still have questions:
Deadline is November 1st, 2024
Categories & Prizes
All relevant entries will be added to the official pyRevit preflight checks.
Keep It Simple - $25 Gift Card or Equivalent
A check that is both simple and smart.
Code Elegance - $50 Gift Card or Equivalent
Code that is either artistically elegant or highly Pythonic.
Most Advanced - $100 Gift Card or Equivalent
A complete check that pushes the boundaries of quality control.
Best of the Best - $200 Gift Card or Equivalent
Simple, elegant, advanced, and maybe even smarter than the othersāthis entry might include a library that makes the check more reusable. Code improvements to the Preflight Checks Tools are also welcome.
Would it be possible to include check-scripts located in custom extensions?
I.e. placing a checks folder in the extension, like we do with hooks now.
I tried to find a way to iterate over the extensions and add scripts in a āchecksā folder in lib or extension root, but I have limited understanding of the pyrevit master code.
It would be great for those that develop company specific QA/checks, and woukd make it easier to develop new checks to be added to pyRevit, since we dont have to change/add to the main pyrevit repo code.
this is already implemented (from day one)
in your custom.extension folder you just have to add your folder named checks and put your script.py in here.
The āchecksā are all located in a āchecksā folder at the root of any extension folder (meaning even in a custom extension folder). The basic ones that comes with pyRevit as well:
@KSalmon
Beautiful check, and works really nice,
Is there a way for getting CAD links placed on ACC Docs to show up? I couldnāt figure out a way of getting this to work within the API.
If you manage to create a library to report, reload CAD links from ACC Docs, this will be a huge addition to pyrevit.
Thanks Tay!
Iām not sure about how this works with ACC projects. I would have to investigate, but I donāt often have active projects in ACC, so I donāt have a subscription. If someone could invite me for a period I could do some tests.
I like your idea of adding the option to reload a link.