-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix: Changed submitter option dropdown for Cameras dropdown option to "All Renderable Cameras" #244
fix: Changed submitter option dropdown for Cameras dropdown option to "All Renderable Cameras" #244
Conversation
Added error regex to the adaptor for capturing render failure for Maya. I have picked some Deadline 10 regex handler for fatal error Maya reports.
…o "All Renderable Cameras" in the submitter fixed the wording in the submitter from "All Cameras" to "All Renderable Cameras" in the Cameras dropdown under "Job-specific settings"
@skarpree can you rebase onto latest mainline? There's a fix for the broken unit test now |
@skarpree can you sign your commit? There is a DCO check failing. e.g. you can run something like this on your branch:
|
de0fe80
to
2725d2b
Compare
…o "All Renderable Cameras" in the submitter fixed the wording in the submitter from "All Cameras" to "All Renderable Cameras" in the Cameras dropdown under "Job-specific settings"
…ree/deadline-cloud-for-maya into skarpree-submitter-cameras
…om/skarpree/deadline-cloud-for-maya into skarpree-submitter-cameras" This reverts commit 86a0523, reversing changes made to 33238c6. Signed-off-by: Karpreet Sethi <[email protected]>
3f4cdab
to
5c9a99d
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.
I think we have to merge with Rebase because this has many commits from mainline. Rest looks good to me
Fixes: #219
What was the problem/requirement? (What/Why)
In the Maya submitter cameras dropdown - Change the wording in Cameras dropdown from "All Cameras" to "All Renderable Cameras" - it's confusing and it's inconsistent with the Render Layers dropdown wording.
What was the solution? (How)
Change the wording in the submitter's cameras dropdown from "All Cameras" to "All Renderable Cameras".
What is the impact of this change?
Removes the confusion on it will render all renderable cameras and not every camera in the scene.
How was this change tested?
Replaced the cameras.py file with the code fixed one locally on a submitter machine. The dropdown option showed "All Renderable Cameras"
92 unit test passed, but 1 test failed on "src\deadline\maya_submitter_version.py". It couldn't find the a valid Amazon.com copyright header in the top.
Did you run the "Job Bundle Output Tests"? If not, why not? If so, paste the test results here.
The UI change for submitter wording doesn't change anything in the job bundle so skipped the Job Bundle Output Tests
Was this change documented?
No
Is this a breaking change?
No
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.