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

Fix CurtainPanel.ByElements node returning null as soon as curtain wall contains doors or windows #3053

Merged
merged 6 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ local.properties
*.suo
*.user
*.sln.docstates
/src/Config/user_local.props

# Build results

Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.11
0.6.12
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.12
* Fix CurtainPanel.ByElements failing to return when there is a door or window present in the curtain wall
* Stop tracking user_local.props in git so local setup for building DynamoRevit doesn't get pushed by mistake on remote server

## 0.6.11
* Update Dynamo Core to 3.0.4.7905

Expand Down
13 changes: 0 additions & 13 deletions src/Config/user_local.props

This file was deleted.

Loading