Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document.BuiltInParameters returns null in 2025 #441

Open
4 tasks
Tracked by #447
denizmaral opened this issue Jan 20, 2025 · 1 comment
Open
4 tasks
Tracked by #447

Document.BuiltInParameters returns null in 2025 #441

denizmaral opened this issue Jan 20, 2025 · 1 comment
Assignees
Labels

Comments

@denizmaral
Copy link
Contributor

Describe the bug

Image

Steps to Reproduce
(Please fill in. What did you do, step by step?)

Expected behavior
(Please fill in. A clear and concise description of what you expected to happen.)

My setup

  • Operating System: ................
  • Revit version: ................
  • Dynamo version: ................
  • Clockwork version: ................

Housekeeping
Please make sure these boxes are checked before submitting your issue:

  • I am running the latest available Clockwork version
  • My installed version of Clockwork matches the Dynamo version it's installed for
  • I do not have multiple versions of Clockwork installed for one Dynamo version
  • I do not have any pre-Clockwork packages installed (category CAAD_RWTH in the node browser)
@andydandy74
Copy link
Owner

andydandy74 commented Jan 27, 2025

similar to #444, solution is even uglier...

bips = [eval("BuiltInParameter."+x) for x in dir(BuiltInParameter) if not any(y.islower() for y in x)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To do
Development

No branches or pull requests

2 participants