Skip to content

Commit

Permalink
MAYA-106503 load all prims in hierarchy view.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebai-adsk committed Feb 1, 2021
1 parent b97f2af commit 9ac9c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/usd/ui/importDialog/USDImportDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ USDImportDialog::USDImportDialog(
QWidget* parent /*= nullptr*/)
: QDialog { parent }
, fUI { new Ui::ImportDialog() }
, fStage { UsdStage::Open(filename, UsdStage::InitialLoadSet::LoadNone) }
, fStage { UsdStage::Open(filename, UsdStage::InitialLoadSet::LoadAll) }
, fFilename { filename }
, fRootPrimPath("/")
{
Expand Down

0 comments on commit 9ac9c28

Please sign in to comment.