-
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-1043 : Fix Bifrost graphs can't be displayed in Hydra viewport #170
Conversation
FYI : @ppt-adsk @debloip-adsk |
BTW: no unit test is added as we don't support Bifrost yet in automation, but a ticket is logged for that. |
Locally the the tests pass. I don't know why I get segment faults and random failures with the tests. Giving it another try. |
… are not all supported.
@@ -45,15 +46,14 @@ def test_MayaDefaultMaterial(self): | |||
cmds.refresh() | |||
self.assertSnapshotClose("defaultMaterial" + ".png", self.IMAGE_DIFF_FAIL_THRESHOLD, self.IMAGE_DIFF_FAIL_PERCENT) | |||
|
|||
@unittest.skipUnless(platform.system() != "Darwin", 'This test is disabled on OSX as not all implicit surfaces are fully implemented on OSX.') |
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.
Who will support them on OSX? If it's us, should we track via a ticket?
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 don't think we should take the ownership of those on OSX.
We should see if a ticket is logged in OpenUSD about that and if not log one.
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 created PixarAnimationStudios/OpenUSD#3305 in the OpenUSd github to see if there is already something logged.
No description provided.