-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: add Maya 2025 submitter support #183
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.
Awesome, thanks for the PR! It looks like there might be some merge/rebase changes going on in the test runner and maybe the LayerSelection code, can you double check that?
…mpatibility with both Maya 2025 and 2024. I've thoroughly tested the updates on both Windows and Linux systems to confirm everything works as expected. Signed-off-by: dzavada <[email protected]>
Revert some rebase changes
Add missing newline that is making linting fail
Fixing linting
Fixing linting
Fixing linting
Quality Gate passedIssues Measures |
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.
I overrode the DCO check because it fails on the commits applied by the github interface.
Fixes #180
I modified several files to convert from PySide2 to QtPy, ensuring compatibility with both Maya 2025 and 2024. I've thoroughly tested the updates on both Windows and Linux systems to confirm everything works as expected.
delete text starting here
Please ensure that you have read through the contributing guidelines before continuing.
delete text ending here
Fixes:
What was the problem/requirement? (What/Why)
What was the solution? (How)
What is the impact of this change?
How was this change tested?
delete text starting here
See DEVELOPMENT.md for information on running tests.
delete text ending here
Did you run the "Job Bundle Output Tests"? If not, why not? If so, paste the test results here.
delete text starting here
See the "Integration Tests" subsection of the
Running Submitter Tests
section of DEVELOPMENT.md for information on these tests.
delete text ending here
Was this change documented?
delete text starting here
delete text ending here
Is this a breaking change?
delete text starting here
A breaking change is one that modifies a public contract in some way or otherwise changes functionality of this application in a way
that is not backwards compatible. Examples of changes that are breaking include:
will not work with a version of the adaptor that includes your modification.
If so, then please describe the changes that users of this package must make to update their scripts, or Python applications. Also,
please ensure that the title of your commit follows our conventional commit guidelines in
CONTRIBUTING.md for breaking changes.
delete text ending here
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.