-
Notifications
You must be signed in to change notification settings - Fork 203
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
MAYA-107484 - Time is not connected when creating a new empty USD stage #928
MAYA-107484 - Time is not connected when creating a new empty USD stage #928
Conversation
* Connected time to proxy shape node
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.
Looking good!
* Added test for create stage commands.
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 added a new test for the create stages commands. I test that the proxy node was created, selected and that the time is connected.
global proc mayaUsd_createStageFromFilePath(string $usdFile) | ||
{ | ||
doCreateStage($usdFile); |
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.
Simple global proc that allows me to do the same as proc above, but sending in a file path, skipping the file dialog.
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.
Thank you, @seando-adsk, for adding the test.
* Fix for new test.
* Make test self contained.
MAYA-107484 - Time is not connected when creating a new empty USD stage