-
Notifications
You must be signed in to change notification settings - Fork 4
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
HYDRA-807 : Add Unit Test for Maya Display Modes #74
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.
I guess we can delete the ".mayaSwatches" folder, it seems to be useless
This reverts commit 65041be.
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.
Looks good, thanks! Added a small FYI, I'll let you decide if you want to adjust this test now or merge it as-is
|
||
|
||
def test_MayaDisplayModes(self): | ||
cmds.file(new=True, force=True) |
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.
Just noticed this, but as an FYI, this is no longer necessary, as that command will now be run by default before each individual test (see mtohUtils.py). Shouldn't cause issues though.
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.
noted. will incorporate it in my next PR.
Tests Maya Display mode for:
Smooth Shade All
Use default material
wireframe on shaded
Textured
Use all Lights
Shadows