Skip to content

Commit

Permalink
Merge pull request #1140 from Autodesk/t_bailp/MAYA-106503/hierarchy-…
Browse files Browse the repository at this point in the history
…view-missing-prims

MAYA-106503 load all prims in hierarchy view.
  • Loading branch information
Krystian Ligenza authored Feb 2, 2021
2 parents 92cb27b + 9ac9c28 commit 5551f2c
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 5551f2c

Please sign in to comment.