Skip to content

Commit

Permalink
Merge pull request #3939 from Autodesk/bailp/EMSUSD-1694/duplicate-to…
Browse files Browse the repository at this point in the history
…-usd-error

EMSUSD-1694 fix error in duplicate to USD option UI
  • Loading branch information
samuelliu-adsk authored Oct 2, 2024
2 parents 78890d7 + 1ad28c9 commit 484e5f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugin/adsk/scripts/mayaUsdTranslatorExport.mel
Original file line number Diff line number Diff line change
Expand Up @@ -825,8 +825,6 @@ global proc mayaUsdTranslatorExport_EnableAllControls() {
checkBoxGrp -e -en 1 includeEmptyTransformsCheckBox;
checkBoxGrp -e -en 1 includeNamespacesCheckBox;
checkBoxGrp -e -en 1 worldspaceCheckBox;
optionMenuGrp -e -en 1 upAxisPopup;
optionMenuGrp -e -en 1 unitPopup;
}

if (stringArrayContains("context", $sectionNames)) {
Expand Down

0 comments on commit 484e5f8

Please sign in to comment.