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

Resize Nodes #12009

Merged
merged 3 commits into from
Sep 7, 2021
Merged

Resize Nodes #12009

merged 3 commits into from
Sep 7, 2021

Conversation

OliverEGreen
Copy link
Contributor

@OliverEGreen OliverEGreen commented Sep 2, 2021

The new node design has been upated to take up less space on the graph.
This PR is mostly adjustments made to height, paddings and margins.
A new, smaller node context menu icon has been switched out for the old one.
Each node's context menu can now display a column of checkboxes, if IsCheckable is set to true.
The original right/left click functionality has been restored to nodes at the zoomed-out level (right click opens context menu, left clicks selects and drags).
The main adjustment made to the nodes is that the PresentationGrid now lives centrally, and occupies a single layout column on the NodeView. This mostly affects nodes like the Watch and Watch3D nodes. These also now have an updated resize control.

This PR addresses issues:
[DYN-4014] https://jira.autodesk.com/projects/DYN/issues/DYN-4014
[DYN-3961] https://jira.autodesk.com/projects/DYN/issues/DYN-3961
[DYN-4032] https://jira.autodesk.com/projects/DYN/issues/DYN-4032
[DYN-3936] https://jira.autodesk.com/projects/DYN/issues/DYN-3936
[DYN-3937] https://jira.autodesk.com/projects/DYN/issues/DYN-3937

@OliverEGreen OliverEGreen changed the title Responds to feedback Resize Nodes Sep 2, 2021
@QilongTang
Copy link
Contributor

Please check regression DynamoCoreWpfTests.PythonNodeCustomizationTests.PythonNodeHasLabelDisplayingCurrentEngine

Copy link
Contributor

@QilongTang QilongTang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OliverEGreen Thanks! LGTM and will merge once all checks passed

@QilongTang
Copy link
Contributor

@QilongTang QilongTang merged commit f19a7c0 into DynamoDS:master Sep 7, 2021
@OliverEGreen OliverEGreen deleted the node_resizing branch September 7, 2021 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants