Skip to content

Commit

Permalink
Small bug fix for updating defaultprim list
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelliu-adsk committed Jan 25, 2024
1 parent d3a7c96 commit 0257271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/adsk/scripts/mayaUsdTranslatorExport.mel
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ proc string mayaUsdTranslatorExport_AppendFromTextField(string $currentOptions,
return $currentOptions + ";" + $arg + "=" + $value;
}

proc updateDefaultPrimList() {
global proc updateDefaultPrimList() {
if ((`checkBoxGrp -exists exportMeshesCheckBox` == 0)||(`checkBoxGrp -exists exportLightsCheckBox` == 0)||(`checkBoxGrp -exists exportCamerasCheckBox` == 0)){
return;
}
Expand Down

0 comments on commit 0257271

Please sign in to comment.