-
Notifications
You must be signed in to change notification settings - Fork 98
SHOT-4439: Add new file handling for Nx File (.prt) #183
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
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.
Pull Request Overview
This PR adds new file handling support for Nx File (.prt) by introducing a corresponding configuration entry in the tk-multi-loader2 settings YAML.
- Added configuration for Nx File (.prt) with associated import options.
- Updated the settings file to support the new file type.
d31e147
to
68732b3
Compare
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.
Pull Request Overview
This PR adds support for handling new Nx File (.prt) types in the tk-multi-loader2 settings.
- Added an entry for Nx File (.prt) to the allowed file types.
Comments suppressed due to low confidence (1)
env/includes/settings/tk-multi-loader2.yml:397
- [nitpick] Consider revising the naming of the file type to improve consistency. For example, if other file types are named without additional punctuation, you may want to adjust to something like 'Nx File .prt' or remove the parentheses if they are not required.
Nx File(.prt): [import, import_with_options]
68732b3
to
c3f6ed2
Compare
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.
Pull Request Overview
This PR adds support for handling Nx File (.prt) by updating the loader settings configuration.
- Introduces a new configuration line for "Nx File" with options [import, import_with_options].
Comments suppressed due to low confidence (1)
env/includes/settings/tk-multi-loader2.yml:397
- Consider adding tests for the new Nx File handling to confirm that it is properly integrated and functions as expected.
Nx File: [import, import_with_options]
No description provided.