DYN-: Dyn 10712 import export template groups - #17250
#17250Open
Chloepeg wants to merge 2 commits into
DynamoDS:masterDynamoDS/Dynamo:masterfrom
Chloepeg:DYN-10712-Import-Export-Template-GroupsChloepeg/Dynamo:DYN-10712-Import-Export-Template-GroupsCopy head branch name to clipboard
Open
DYN-: Dyn 10712 import export template groups#17250Chloepeg wants to merge 2 commits intoDynamoDS:masterDynamoDS/Dynamo:masterfrom Chloepeg:DYN-10712-Import-Export-Template-GroupsChloepeg/Dynamo:DYN-10712-Import-Export-Template-GroupsCopy head branch name to clipboard
Chloepeg wants to merge 2 commits into
DynamoDS:masterDynamoDS/Dynamo:masterfrom
Chloepeg:DYN-10712-Import-Export-Template-GroupsChloepeg/Dynamo:DYN-10712-Import-Export-Template-GroupsCopy head branch name to clipboard
Conversation
Changed Dynamo version notes from 4.1.0 to 4.2.0 across templates. dyn and dyf Add a note on browsing file paths. Ungroup nested level-3 groups and replace with notes so all subgroups are contained in main workflow group
Clear Templates Data files since they are no longer referenced in the templates .dyn files
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10712
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates shipped Dynamo template graphs (and a related custom-node definition) to reflect the 4.2.0 release notes and improve the usability/structure of the templates—most notably in the “Import & Export Workflow” template (grouping, pinned notes, and workflow guidance).
Changes:
- Update “DYNAMO VERSION” note blocks in several en-US templates and
Curve_Validate.dyffrom 4.1.0 to 4.2.0. - Refine the “Import & Export Workflow” template content (group structure, additional pinned guidance notes, and some node metadata changes).
- Adjust certain node/tooling metadata saved in the template file (including Dynamo save-version metadata).
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| doc/distrib/Templates/en-US/Make a Custom Node.dyn | Updates the embedded “DYNAMO VERSION” note to 4.2.0. |
| doc/distrib/Templates/en-US/Import & Export Workflow.dyn | Template restructuring and guidance updates; includes node metadata/tooltips and saved workspace version metadata changes. |
| doc/distrib/Templates/en-US/Create a Graph.dyn | Updates the embedded “DYNAMO VERSION” note to 4.2.0. |
| doc/distrib/Definitions/Curve_Validate.dyf | Updates the embedded “DYNAMO VERSION” note to 4.2.0. |
Comment on lines
2984
to
2987
| "HasRunWithoutCrash": true, | ||
| "IsVisibleInDynamoLibrary": true, | ||
| "Version": "4.0.0.3076", | ||
| "Version": "4.3.0.5034", | ||
| "RunType": "Manual", |
Comment on lines
2032
to
2035
| "Id": "fc1e45acc4054e71a773de29a08e6cbd", | ||
| "Name": "filePath", | ||
| "Description": "The name of the file to export the geometry to\n\nstring", | ||
| "Description": "string", | ||
| "UsingDefaultValue": false, |
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 PR addresses DYN-10712.
It updates the en-US Templates and related custom-node definition and cleans up unused sample data files under Templates/Data.
key changes snippets :

Key changes:
Declarations
Check these if you believe they are true
Release Notes
Updated en-US Templates with 4.2.0 version notes, Deleted files no longer referenced by the templates, and improved graphs groups.
Reviewers
@zeusongit
@DynamoDS/eidos
FYIs
@dnenov
@johnpierson
@jnealb
@jasonstratton