Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent a crash when processing a stage update in hydra in which a pr…
…im is deleted from the stage, and a collection which points directly to that prim is updated. This would crash while processing the change to the collection, as it would access the underlying UsdPrim from the index's PrimInfo map without checking that it is still valid. To get around this, test the validity of the UsdPrims that show up in the affectedPrims list.
- Loading branch information