[cherry-pick] Obsoleting Surface.Join Node - RC2.1.0#9412
Merged
QilongTang merged 4 commits intoDynamoDS:RC2.1.0_masterfrom Jan 11, 2019
Merged
[cherry-pick] Obsoleting Surface.Join Node - RC2.1.0#9412QilongTang merged 4 commits intoDynamoDS:RC2.1.0_masterfrom
QilongTang merged 4 commits intoDynamoDS:RC2.1.0_masterfrom
Conversation
This reverts commit 67a19a7.
* Add check for invalid cutom node name https://jira.autodesk.com/browse/QNTM-3928 * Removing trailing spaces * Moving the function to utilities class * Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo" This reverts commit 085fb51, reversing changes made to d055de4. * Revert "Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo"" This reverts commit 12538ab. * Adding tests - QNTM-3928 * Comments * Moving the test to NodeViewCustomizationTests.cs * Deleting changes to SerializationTests.cs * Create SerializationTests.cs * Update SerializationTests.cs * moving the test to UtilityTests.ca * Heterogeneous list update gives infinite loop DYN-1198 * Moving the test dyn file * Revert "Moving the test dyn file" This reverts commit d91009e. * Revert "Heterogeneous list update gives infinite loop" This reverts commit e8d7b8a. * making Surface.join node obsolete * Revert "making Surface.join node obsolete" This reverts commit 1458b46. * Obsoleting Surface,Join node. Use Polysurface.ByJoinedSurfaces node instead. * Renaming test file. (cherry picked from commit dee10b6)
…ode) (DynamoDS#9410) * Add check for invalid cutom node name https://jira.autodesk.com/browse/QNTM-3928 * Removing trailing spaces * Moving the function to utilities class * Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo" This reverts commit 085fb51, reversing changes made to d055de4. * Revert "Revert "Merge branch 'master' of https://github.com/DynamoDS/Dynamo"" This reverts commit 12538ab. * Adding tests - QNTM-3928 * Comments * Moving the test to NodeViewCustomizationTests.cs * Deleting changes to SerializationTests.cs * Create SerializationTests.cs * Update SerializationTests.cs * moving the test to UtilityTests.ca * Heterogeneous list update gives infinite loop DYN-1198 * Moving the test dyn file * Revert "Moving the test dyn file" This reverts commit d91009e. * Revert "Heterogeneous list update gives infinite loop" This reverts commit e8d7b8a. * making Surface.join node obsolete * Revert "making Surface.join node obsolete" This reverts commit 1458b46. * Obsoleting Surface,Join node. Use Polysurface.ByJoinedSurfaces node instead. * Renaming test file. * Updating file name (cherry picked from commit 219baa8)
Contributor
|
LGTM. Waiting for the checks to pass, should be ready in a few |
reddyashish
added a commit
that referenced
this pull request
Jan 14, 2019
This reverts commit da5fca8.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This is to cherry pick #9399 and #9410 from master to RC2.1.0 branch.
Declarations
Check these if you believe they are true
*.resxfilesReviewers
@QilongTang