-
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
EMSUSD-767 - Set the default prim on export #3572
EMSUSD-767 - Set the default prim on export #3572
Conversation
19ddfc9
to
7994bc8
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.
Looks good. Just a couple of minor comments.
b78dd32
to
d3a7c96
Compare
@@ -251,7 +251,7 @@ proc string mayaUsdTranslatorExport_AppendFromTextField(string $currentOptions, | |||
return $currentOptions + ";" + $arg + "=" + $value; | |||
} | |||
|
|||
proc updateDefaultPrimList() { | |||
global proc updateDefaultPrimList() { |
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.
This should probably be prepended with mayaUsdTranslatorExport_
like the others to avoid clashing with another global proc.
No description provided.