Skip to content

Commit

Permalink
Remove call to path interface from pruning scene index.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppt-adsk committed Jan 14, 2025
1 parent b2d6792 commit 491710a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/flowViewport/sceneIndex/fvpPruningSceneIndex.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ class PruningSceneIndex :
FVP_API
PrimSelections UfePathToPrimSelections(const Ufe::Path& appPath) const override {
PXR_NAMESPACE_USING_DIRECTIVE;
const PathInterface* pathInterface = dynamic_cast<const PathInterface*>(&*GetInputSceneIndex());
TF_AXIOM(pathInterface);
return pathInterface->UfePathToPrimSelections(appPath);

TF_FATAL_ERROR("Illegal call to deprecated %s", TF_FUNC_NAME().data());

return PrimSelections();
}

protected:
Expand Down

0 comments on commit 491710a

Please sign in to comment.