Skip to content

Commit

Permalink
Merge pull request #3213 from Autodesk/bailp/EMSUSD-253/no-layers-in-…
Browse files Browse the repository at this point in the history
…layer-manager

EMSUSD-253 build the layer manager model contents when created
  • Loading branch information
seando-adsk authored Jul 13, 2023
2 parents d12164e + b12dc4a commit f72fa9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/usd/ui/layerEditor/layerTreeModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ void LayerTreeModel::setSessionState(SessionState* in_sessionState)
&SessionState::autoHideSessionLayerSignal,
this,
&LayerTreeModel::autoHideSessionLayerChanged);

rebuildModelOnIdle();
}

void LayerTreeModel::rebuildModelOnIdle()
Expand Down

0 comments on commit f72fa9a

Please sign in to comment.