-
Notifications
You must be signed in to change notification settings - Fork 665
[DYN-8595] Curve Mapper : enable unevenly distributed values to be mapped #16030
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
Conversation
…per-Enable-unevenly-distributed-values-to-be-mapped
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-8595
|
Conflicts here. |
…per-Enable-unevenly-distributed-values-to-be-mapped
| private readonly AssociativeNode pointsCountDefaultValue = | ||
| AstFactory.BuildExprList(new List<AssociativeNode> | ||
| { | ||
| AstFactory.BuildDoubleNode(pointCountDefaultValue) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pointsCount will always be int right? why use the double node?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, is it to support a list of doubles too.
|
@avidit This smoke test SaveGraphAs.SaveGraphAs is failing here and i don't see any relevant changes. Is that test flaky or something we need to investigate? |
|
Closing this as these changes are in #16078 |
Purpose
This PR aims to addressDYN-8595.
Curve Mapper now supports a list of doubles to unevenly distribute points along the selected curve.
Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
Curve Mapper now supports a list of doubles to unevenly distribute points along the selected curve.
Reviewers
@QilongTang
@reddyashish
@zeusongit
FYIs
@achintyabhat
@dnenov