-
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-801 - Add the feature to set the root prim type on export #3630
Conversation
e8e8246
to
5c35a82
Compare
textFieldGrp -l `getMayaUsdString("kExportRootPrimLbl")` -placeholderText `getMayaUsdString("kExportRootPrimPht")` | ||
-annotation `getMayaUsdString("kExportRootPrimAnn")` -textChangedCommand "onExportRootPrimChanged" rootPrimField; | ||
|
||
optionMenuGrp -l `getMayaUsdString("kExportRootPrimTypeLbl")` rootPrimTypePopup; |
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.
Added Root Prim type section
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.
Good job, just one minor question.
lib/mayaUsd/commands/Readme.md
Outdated
| `-parentScope` | `-psc` | string | none | Name of the USD scope that is the parent of the exported data | | ||
| `-parentScope` | `-psc` | string | none | Deprecated. Use `-rootPrim` instead. Name of the USD scope that is the parent of the exported data | | ||
| `-rootPrim` | `-rpm` | string | none | Name of the USD root prim that is the parent of the exported data | | ||
| `-rootPrimType` | `-rpt` | string | none | Name of the USD scope that is the parent of the exported data | |
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.
Is this really "Name of the USD scope"?
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.
Oops forgot to change this
parentScope
and replace withrootPrim
rootPrimType
to set the desired root prim type